pytest-bec-e2e 2.13.6__py3-none-any.whl → 2.13.8__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 +2 -2
- {pytest_bec_e2e-2.13.6.dist-info → pytest_bec_e2e-2.13.8.dist-info}/METADATA +1 -1
- pytest_bec_e2e-2.13.8.dist-info/RECORD +9 -0
- pytest_bec_e2e-2.13.6.dist-info/RECORD +0 -9
- {pytest_bec_e2e-2.13.6.dist-info → pytest_bec_e2e-2.13.8.dist-info}/WHEEL +0 -0
- {pytest_bec_e2e-2.13.6.dist-info → pytest_bec_e2e-2.13.8.dist-info}/entry_points.txt +0 -0
PKG-INFO
CHANGED
pyproject.toml
CHANGED
pytest_bec_e2e/plugin.py
CHANGED
|
@@ -96,7 +96,7 @@ def pytest_configure(config):
|
|
|
96
96
|
)
|
|
97
97
|
|
|
98
98
|
if config.getoption("--flush-redis"):
|
|
99
|
-
bec_redis_fixture = pytest_redis_factories.redisdb("redis_server_fixture")
|
|
99
|
+
bec_redis_fixture = pytest_redis_factories.client.redisdb("redis_server_fixture")
|
|
100
100
|
_bec_servers_scope = "function" # have to restart servers at each test
|
|
101
101
|
else:
|
|
102
102
|
bec_redis_fixture = redis_server_fixture
|
|
@@ -106,7 +106,7 @@ def pytest_configure(config):
|
|
|
106
106
|
# there is no point checking if we want to flush redis
|
|
107
107
|
# since it would remove available scans which are only populated
|
|
108
108
|
# when scan server starts
|
|
109
|
-
redis_server_fixture = pytest_redis_factories.redis_noproc(
|
|
109
|
+
redis_server_fixture = pytest_redis_factories.noproc.redis_noproc(
|
|
110
110
|
host=config.getoption("--bec-redis-host"), startup_timeout=3
|
|
111
111
|
)
|
|
112
112
|
bec_redis_fixture = redis_server_fixture
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
.gitignore,sha256=cgNvnvYMgOWjrnVQEgTN5r33OPWtMgSAZF2c0L8_V84,3297
|
|
2
|
+
PKG-INFO,sha256=gKTSMG98TQqnWhL6AO3szxykH1FGOehs3gmM4qoGS60,516
|
|
3
|
+
pyproject.toml,sha256=Jw60JSMICDX9MABl7ErynVZXkPvpHsoy1sYTHRysApo,770
|
|
4
|
+
pytest_bec_e2e/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
pytest_bec_e2e/plugin.py,sha256=aIgOdDrRKHUgAk7nUKe-l6KWsvMUtwEbNzZtAK4rrLk,8314
|
|
6
|
+
pytest_bec_e2e-2.13.8.dist-info/METADATA,sha256=gKTSMG98TQqnWhL6AO3szxykH1FGOehs3gmM4qoGS60,516
|
|
7
|
+
pytest_bec_e2e-2.13.8.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
|
8
|
+
pytest_bec_e2e-2.13.8.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
|
|
9
|
+
pytest_bec_e2e-2.13.8.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
.gitignore,sha256=cgNvnvYMgOWjrnVQEgTN5r33OPWtMgSAZF2c0L8_V84,3297
|
|
2
|
-
PKG-INFO,sha256=LX2sMm4pt37Ic6BiWfvMqxIZtd8CyPDFy5RD3MYW6iw,516
|
|
3
|
-
pyproject.toml,sha256=Xh_8hZvg1j5WV6WVBSp0Q5m0St2Pf8WeM4KSOrUF5Hs,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.13.6.dist-info/METADATA,sha256=LX2sMm4pt37Ic6BiWfvMqxIZtd8CyPDFy5RD3MYW6iw,516
|
|
7
|
-
pytest_bec_e2e-2.13.6.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
|
8
|
-
pytest_bec_e2e-2.13.6.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
|
|
9
|
-
pytest_bec_e2e-2.13.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|