pytest-bec-e2e 3.34.0__py3-none-any.whl → 3.35.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.

.gitignore CHANGED
@@ -7,6 +7,7 @@
7
7
  **/.vscode
8
8
  **/.pytest_cache
9
9
  **/*.egg*
10
+ **/*.env
10
11
 
11
12
  # recovery_config files
12
13
  recovery_config_*
PKG-INFO CHANGED
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-bec-e2e
3
- Version: 3.34.0
3
+ Version: 3.35.1
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 = "3.34.0"
7
+ version = "3.35.1"
8
8
  description = "BEC pytest plugin for end-to-end tests"
9
9
  requires-python = ">=3.10"
10
10
  classifiers = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-bec-e2e
3
- Version: 3.34.0
3
+ Version: 3.35.1
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=UmJ0gTRAPp4EI1A6tb9Pi-k5uxDIb_NWJU9ye6AW-8Y,3306
2
+ PKG-INFO,sha256=KQgSSEsmSKDHXEYP_HUq1Pwm1MlFTMDjPg6qsKS6q8o,516
3
+ pyproject.toml,sha256=njNKZYqY889lMoHBstFxF7kaj4LrvSAgaPMtC0eTTNM,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.35.1.dist-info/METADATA,sha256=KQgSSEsmSKDHXEYP_HUq1Pwm1MlFTMDjPg6qsKS6q8o,516
7
+ pytest_bec_e2e-3.35.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
+ pytest_bec_e2e-3.35.1.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
9
+ pytest_bec_e2e-3.35.1.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- .gitignore,sha256=cgNvnvYMgOWjrnVQEgTN5r33OPWtMgSAZF2c0L8_V84,3297
2
- PKG-INFO,sha256=YvXZhTNmy12_UbtY6iyRZpSc5iLGwYSZv4G-hZ9Jsw4,516
3
- pyproject.toml,sha256=BB-4HFS9neCeCpmykQWxfZInKyzYCeVKsbc1fa4NIdA,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.34.0.dist-info/METADATA,sha256=YvXZhTNmy12_UbtY6iyRZpSc5iLGwYSZv4G-hZ9Jsw4,516
7
- pytest_bec_e2e-3.34.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- pytest_bec_e2e-3.34.0.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
9
- pytest_bec_e2e-3.34.0.dist-info/RECORD,,