pytest-bec-e2e 2.11.1__py3-none-any.whl → 2.12.1__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 +1 -1
- pyproject.toml +1 -1
- pytest_bec_e2e/plugin.py +4 -1
- {pytest_bec_e2e-2.11.1.dist-info → pytest_bec_e2e-2.12.1.dist-info}/METADATA +1 -1
- pytest_bec_e2e-2.12.1.dist-info/RECORD +9 -0
- pytest_bec_e2e-2.11.1.dist-info/RECORD +0 -9
- {pytest_bec_e2e-2.11.1.dist-info → pytest_bec_e2e-2.12.1.dist-info}/WHEEL +0 -0
- {pytest_bec_e2e-2.11.1.dist-info → pytest_bec_e2e-2.12.1.dist-info}/entry_points.txt +0 -0
PKG-INFO
CHANGED
pyproject.toml
CHANGED
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
|
|
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
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
.gitignore,sha256=cgNvnvYMgOWjrnVQEgTN5r33OPWtMgSAZF2c0L8_V84,3297
|
|
2
|
+
PKG-INFO,sha256=_5F5Jxb9om69rZsCiIYc6TxZz8HA_iBZCSfD_0uCtAw,516
|
|
3
|
+
pyproject.toml,sha256=t6pJozSFuQ0JLUX28cd1LA7fEs_swd5blHqpUmm20w4,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.1.dist-info/METADATA,sha256=_5F5Jxb9om69rZsCiIYc6TxZz8HA_iBZCSfD_0uCtAw,516
|
|
7
|
+
pytest_bec_e2e-2.12.1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
|
8
|
+
pytest_bec_e2e-2.12.1.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
|
|
9
|
+
pytest_bec_e2e-2.12.1.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
.gitignore,sha256=cgNvnvYMgOWjrnVQEgTN5r33OPWtMgSAZF2c0L8_V84,3297
|
|
2
|
-
PKG-INFO,sha256=97-rT2Al8g2FFghAZtp2dxllaPKsjG7wW2gXS8P7cg8,516
|
|
3
|
-
pyproject.toml,sha256=n_AS4RAznAJBB-QN3n2gZl8jXaK5-Nq2igBx34KMjRg,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.11.1.dist-info/METADATA,sha256=97-rT2Al8g2FFghAZtp2dxllaPKsjG7wW2gXS8P7cg8,516
|
|
7
|
-
pytest_bec_e2e-2.11.1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
|
8
|
-
pytest_bec_e2e-2.11.1.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
|
|
9
|
-
pytest_bec_e2e-2.11.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|