pytest-bec-e2e 3.27.0__py3-none-any.whl → 3.28.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 +4 -2
- {pytest_bec_e2e-3.27.0.dist-info → pytest_bec_e2e-3.28.0.dist-info}/METADATA +1 -1
- pytest_bec_e2e-3.28.0.dist-info/RECORD +9 -0
- pytest_bec_e2e-3.27.0.dist-info/RECORD +0 -9
- {pytest_bec_e2e-3.27.0.dist-info → pytest_bec_e2e-3.28.0.dist-info}/WHEEL +0 -0
- {pytest_bec_e2e-3.27.0.dist-info → pytest_bec_e2e-3.28.0.dist-info}/entry_points.txt +0 -0
PKG-INFO
CHANGED
pyproject.toml
CHANGED
pytest_bec_e2e/plugin.py
CHANGED
|
@@ -178,10 +178,12 @@ def bec_servers(
|
|
|
178
178
|
from bec_server.bec_server_utils.service_handler import ServiceHandler
|
|
179
179
|
|
|
180
180
|
# Start all BEC servers, kill them at the end
|
|
181
|
-
# when
|
|
181
|
+
# when interface='subprocess', 'bec_path' indicate the cwd
|
|
182
182
|
# for the process (working directory), i.e. where log files will go
|
|
183
183
|
service_handler = ServiceHandler(
|
|
184
|
-
bec_path=bec_files_path,
|
|
184
|
+
bec_path=bec_files_path,
|
|
185
|
+
config_path=bec_services_config_file_path,
|
|
186
|
+
interface="subprocess",
|
|
185
187
|
)
|
|
186
188
|
processes = service_handler.start()
|
|
187
189
|
try:
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
.gitignore,sha256=cgNvnvYMgOWjrnVQEgTN5r33OPWtMgSAZF2c0L8_V84,3297
|
|
2
|
+
PKG-INFO,sha256=MGFadUpNHp5rgOZ1G7MW4siDfXZ_UHmbBQ9fl0r3rcM,516
|
|
3
|
+
pyproject.toml,sha256=DWhY4xzdeZJwjJFToCmUw5aYeXdjuPcLQxi-rNFgo9U,770
|
|
4
|
+
pytest_bec_e2e/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
pytest_bec_e2e/plugin.py,sha256=ukIzIC0ebt2YC1p7TCcDqxKNDfHmATXvtTfAwyxKILI,8196
|
|
6
|
+
pytest_bec_e2e-3.28.0.dist-info/METADATA,sha256=MGFadUpNHp5rgOZ1G7MW4siDfXZ_UHmbBQ9fl0r3rcM,516
|
|
7
|
+
pytest_bec_e2e-3.28.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
8
|
+
pytest_bec_e2e-3.28.0.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
|
|
9
|
+
pytest_bec_e2e-3.28.0.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
.gitignore,sha256=cgNvnvYMgOWjrnVQEgTN5r33OPWtMgSAZF2c0L8_V84,3297
|
|
2
|
-
PKG-INFO,sha256=LKJNbaxwBbT0MYrat9QPGYu0L6V_H5YDAkfh0KvEtKU,516
|
|
3
|
-
pyproject.toml,sha256=egKym8H3naWedGW2pkgY6e_6o1Umu5lF1vt2DzfQwho,770
|
|
4
|
-
pytest_bec_e2e/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
pytest_bec_e2e/plugin.py,sha256=SaSSpp3WvSWePfQuINrHRU4UVeB750EOewexkb_BDiA,8151
|
|
6
|
-
pytest_bec_e2e-3.27.0.dist-info/METADATA,sha256=LKJNbaxwBbT0MYrat9QPGYu0L6V_H5YDAkfh0KvEtKU,516
|
|
7
|
-
pytest_bec_e2e-3.27.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
8
|
-
pytest_bec_e2e-3.27.0.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
|
|
9
|
-
pytest_bec_e2e-3.27.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|