pytest-bec-e2e 2.12.0__py3-none-any.whl → 2.12.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pytest-bec-e2e might be problematic. Click here for more details.

PKG-INFO CHANGED
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pytest-bec-e2e
3
- Version: 2.12.0
3
+ Version: 2.12.2
4
4
  Summary: BEC pytest plugin for end-to-end tests
5
5
  Project-URL: Bug Tracker, https://gitlab.psi.ch/bec/bec/issues
6
6
  Project-URL: Homepage, https://gitlab.psi.ch/bec/bec
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pytest-bec-e2e"
7
- version = "2.12.0"
7
+ version = "2.12.2"
8
8
  description = "BEC pytest plugin for end-to-end tests"
9
9
  requires-python = ">=3.10"
10
10
  classifiers = [
pytest_bec_e2e/plugin.py CHANGED
@@ -12,7 +12,10 @@ from pytest_redis import factories as pytest_redis_factories
12
12
  from redis import Redis
13
13
 
14
14
  from bec_ipython_client import BECIPythonClient
15
- from bec_lib import BECClient, ConfigHelper, RedisConnector, ServiceConfig
15
+ from bec_lib.client import BECClient
16
+ from bec_lib.config_helper import ConfigHelper
17
+ from bec_lib.redis_connector import RedisConnector
18
+ from bec_lib.service_config import ServiceConfig
16
19
  from bec_lib.tests.utils import wait_for_empty_queue
17
20
 
18
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pytest-bec-e2e
3
- Version: 2.12.0
3
+ Version: 2.12.2
4
4
  Summary: BEC pytest plugin for end-to-end tests
5
5
  Project-URL: Bug Tracker, https://gitlab.psi.ch/bec/bec/issues
6
6
  Project-URL: Homepage, https://gitlab.psi.ch/bec/bec
@@ -0,0 +1,9 @@
1
+ .gitignore,sha256=cgNvnvYMgOWjrnVQEgTN5r33OPWtMgSAZF2c0L8_V84,3297
2
+ PKG-INFO,sha256=wTjE-v7CAAy_ak5bp4VTioggyNtJu6nFza4y2nttKhQ,516
3
+ pyproject.toml,sha256=lIXq4quVV6Kr6s_Q4yAwzW29-hvYZd2LHn6JDEhPvh4,770
4
+ pytest_bec_e2e/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ pytest_bec_e2e/plugin.py,sha256=sjd6nNXoQDDgElJ7iSFAP__o7ukdIvNLx7gFehwQtmY,8300
6
+ pytest_bec_e2e-2.12.2.dist-info/METADATA,sha256=wTjE-v7CAAy_ak5bp4VTioggyNtJu6nFza4y2nttKhQ,516
7
+ pytest_bec_e2e-2.12.2.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
8
+ pytest_bec_e2e-2.12.2.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
9
+ pytest_bec_e2e-2.12.2.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- .gitignore,sha256=cgNvnvYMgOWjrnVQEgTN5r33OPWtMgSAZF2c0L8_V84,3297
2
- PKG-INFO,sha256=MEDznFtp83XWP_XcCz74JxTzaME_UCWFy1bGSczODC4,516
3
- pyproject.toml,sha256=WcpxdjLiZmbuI2NCDnbFlr56A9yiXytrzf8VEoE9WIo,770
4
- pytest_bec_e2e/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- pytest_bec_e2e/plugin.py,sha256=Lit1JNbcRL7JunXO8CyNj4exP9szoGSRb95MTFYUfMs,8191
6
- pytest_bec_e2e-2.12.0.dist-info/METADATA,sha256=MEDznFtp83XWP_XcCz74JxTzaME_UCWFy1bGSczODC4,516
7
- pytest_bec_e2e-2.12.0.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
8
- pytest_bec_e2e-2.12.0.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
9
- pytest_bec_e2e-2.12.0.dist-info/RECORD,,