pytest-bec-e2e 2.21.4__py3-none-any.whl → 2.22.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pytest-bec-e2e
3
- Version: 2.21.4
3
+ Version: 2.22.0
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.21.4"
7
+ version = "2.22.0"
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
@@ -203,7 +203,7 @@ def bec_ipython_client_with_demo_config(
203
203
  config = ServiceConfig(bec_services_config_file_path)
204
204
  bec = BECIPythonClient(config, RedisConnector, forced=True)
205
205
  bec.start()
206
- ConfigHelper(bec._client.connector).load_demo_config()
206
+ bec.config.load_demo_config()
207
207
  try:
208
208
  yield bec
209
209
  finally:
@@ -216,7 +216,7 @@ def bec_client_lib_with_demo_config(bec_redis_fixture, bec_services_config_file_
216
216
  config = ServiceConfig(bec_services_config_file_path)
217
217
  bec = BECClient(config, RedisConnector, forced=True, wait_for_server=True)
218
218
  bec.start()
219
- ConfigHelper(bec._client.connector).load_demo_config()
219
+ bec.config.load_demo_config()
220
220
  try:
221
221
  yield bec
222
222
  finally:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pytest-bec-e2e
3
- Version: 2.21.4
3
+ Version: 2.22.0
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=fn9G68z6oQFrOx_CEHD_zPMJddkrY_tBlYFdRLQgdRE,516
3
+ pyproject.toml,sha256=iPNT7mZOzAv0kPEK_2tBfTFE0OWBofgFDqSrmCrWh_M,770
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-2.22.0.dist-info/METADATA,sha256=fn9G68z6oQFrOx_CEHD_zPMJddkrY_tBlYFdRLQgdRE,516
7
+ pytest_bec_e2e-2.22.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
8
+ pytest_bec_e2e-2.22.0.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
9
+ pytest_bec_e2e-2.22.0.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- .gitignore,sha256=cgNvnvYMgOWjrnVQEgTN5r33OPWtMgSAZF2c0L8_V84,3297
2
- PKG-INFO,sha256=GXrgvKReTP1tYf0xbuOhSSz7KDTh9TGVnCcWV8_8dAY,516
3
- pyproject.toml,sha256=2dtzQq6bnZJNcDUXxR0ke9sjX5Xtx8cXA4QEzLoVEiQ,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.21.4.dist-info/METADATA,sha256=GXrgvKReTP1tYf0xbuOhSSz7KDTh9TGVnCcWV8_8dAY,516
7
- pytest_bec_e2e-2.21.4.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
8
- pytest_bec_e2e-2.21.4.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
9
- pytest_bec_e2e-2.21.4.dist-info/RECORD,,