pytest-bec-e2e 3.2.0__py3-none-any.whl → 3.4.0__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 +1 -4
- {pytest_bec_e2e-3.2.0.dist-info → pytest_bec_e2e-3.4.0.dist-info}/METADATA +1 -1
- pytest_bec_e2e-3.4.0.dist-info/RECORD +9 -0
- pytest_bec_e2e-3.2.0.dist-info/RECORD +0 -9
- {pytest_bec_e2e-3.2.0.dist-info → pytest_bec_e2e-3.4.0.dist-info}/WHEEL +0 -0
- {pytest_bec_e2e-3.2.0.dist-info → pytest_bec_e2e-3.4.0.dist-info}/entry_points.txt +0 -0
PKG-INFO
CHANGED
pyproject.toml
CHANGED
pytest_bec_e2e/plugin.py
CHANGED
|
@@ -187,10 +187,7 @@ def bec_servers(
|
|
|
187
187
|
try:
|
|
188
188
|
yield
|
|
189
189
|
finally:
|
|
190
|
-
|
|
191
|
-
process.terminate()
|
|
192
|
-
for process in processes:
|
|
193
|
-
os.waitpid(process.pid, 0)
|
|
190
|
+
service_handler.stop(processes)
|
|
194
191
|
else:
|
|
195
192
|
# Nothing to do here: servers are supposed to be started externally.
|
|
196
193
|
yield
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
.gitignore,sha256=cgNvnvYMgOWjrnVQEgTN5r33OPWtMgSAZF2c0L8_V84,3297
|
|
2
|
+
PKG-INFO,sha256=w8wyHb49YKfEC1ms39-E-ra5LmFn83fXWH4yTwwTXUA,515
|
|
3
|
+
pyproject.toml,sha256=ySQIWgs7rnSQ7aEXdTt_pSe9VDgrhxetYrBlY6gxyEo,769
|
|
4
|
+
pytest_bec_e2e/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
pytest_bec_e2e/plugin.py,sha256=pzPGMFgW8fAuPgEcqQyYGIQi68uDZWbkyyAbiNiFoa4,8153
|
|
6
|
+
pytest_bec_e2e-3.4.0.dist-info/METADATA,sha256=w8wyHb49YKfEC1ms39-E-ra5LmFn83fXWH4yTwwTXUA,515
|
|
7
|
+
pytest_bec_e2e-3.4.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
8
|
+
pytest_bec_e2e-3.4.0.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
|
|
9
|
+
pytest_bec_e2e-3.4.0.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
.gitignore,sha256=cgNvnvYMgOWjrnVQEgTN5r33OPWtMgSAZF2c0L8_V84,3297
|
|
2
|
-
PKG-INFO,sha256=L09s-ZJb5eDt0MHqBsjB0PYa_fLxZzRIFWd5e5wmWew,515
|
|
3
|
-
pyproject.toml,sha256=Ed4wOJ9LwGIQr30cd4YsuUA3RhFTHqndgiKK74XNVgw,769
|
|
4
|
-
pytest_bec_e2e/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
pytest_bec_e2e/plugin.py,sha256=ZlDqBoWhpe3hcfv4H1kwCf-1Rekuz1hLwjmN746bnLM,8264
|
|
6
|
-
pytest_bec_e2e-3.2.0.dist-info/METADATA,sha256=L09s-ZJb5eDt0MHqBsjB0PYa_fLxZzRIFWd5e5wmWew,515
|
|
7
|
-
pytest_bec_e2e-3.2.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
8
|
-
pytest_bec_e2e-3.2.0.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
|
|
9
|
-
pytest_bec_e2e-3.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|