testit-adapter-pytest 3.7.0.post540__tar.gz → 3.7.1.post530__tar.gz
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.
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/PKG-INFO +8 -2
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/README.md +6 -0
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/setup.py +1 -1
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/src/testit_adapter_pytest.egg-info/PKG-INFO +8 -2
- testit_adapter_pytest-3.7.1.post530/src/testit_adapter_pytest.egg-info/requires.txt +4 -0
- testit_adapter_pytest-3.7.0.post540/src/testit_adapter_pytest.egg-info/requires.txt +0 -4
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/setup.cfg +0 -0
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/src/testit_adapter_pytest/__init__.py +0 -0
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/src/testit_adapter_pytest/fixture_context.py +0 -0
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/src/testit_adapter_pytest/listener.py +0 -0
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/src/testit_adapter_pytest/models/__init__.py +0 -0
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/src/testit_adapter_pytest/models/executable_test.py +0 -0
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/src/testit_adapter_pytest/plugin.py +0 -0
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/src/testit_adapter_pytest/utils.py +0 -0
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/src/testit_adapter_pytest.egg-info/SOURCES.txt +0 -0
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/src/testit_adapter_pytest.egg-info/dependency_links.txt +0 -0
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/src/testit_adapter_pytest.egg-info/entry_points.txt +0 -0
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/src/testit_adapter_pytest.egg-info/top_level.txt +0 -0
- {testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/tests/test_listener.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: testit-adapter-pytest
|
|
3
|
-
Version: 3.7.
|
|
3
|
+
Version: 3.7.1.post530
|
|
4
4
|
Summary: Pytest adapter for Test IT
|
|
5
5
|
Home-page: https://github.com/testit-tms/adapters-python/
|
|
6
6
|
Author: Integration team
|
|
@@ -16,7 +16,7 @@ Description-Content-Type: text/markdown
|
|
|
16
16
|
Requires-Dist: pytest
|
|
17
17
|
Requires-Dist: pytest-xdist
|
|
18
18
|
Requires-Dist: attrs
|
|
19
|
-
Requires-Dist: testit-python-commons==3.7.
|
|
19
|
+
Requires-Dist: testit-python-commons==3.7.1.post530
|
|
20
20
|
Dynamic: author
|
|
21
21
|
Dynamic: author-email
|
|
22
22
|
Dynamic: classifier
|
|
@@ -94,6 +94,12 @@ Launch with a `pyproject.toml` or `connection_config.ini` file in the root direc
|
|
|
94
94
|
$ pytest --testit
|
|
95
95
|
```
|
|
96
96
|
|
|
97
|
+
Enable debug logs:
|
|
98
|
+
|
|
99
|
+
```
|
|
100
|
+
$ pytest --testit --log-cli-level=DEBUG
|
|
101
|
+
```
|
|
102
|
+
|
|
97
103
|
Launch with command-line parameters:
|
|
98
104
|
|
|
99
105
|
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: testit-adapter-pytest
|
|
3
|
-
Version: 3.7.
|
|
3
|
+
Version: 3.7.1.post530
|
|
4
4
|
Summary: Pytest adapter for Test IT
|
|
5
5
|
Home-page: https://github.com/testit-tms/adapters-python/
|
|
6
6
|
Author: Integration team
|
|
@@ -16,7 +16,7 @@ Description-Content-Type: text/markdown
|
|
|
16
16
|
Requires-Dist: pytest
|
|
17
17
|
Requires-Dist: pytest-xdist
|
|
18
18
|
Requires-Dist: attrs
|
|
19
|
-
Requires-Dist: testit-python-commons==3.7.
|
|
19
|
+
Requires-Dist: testit-python-commons==3.7.1.post530
|
|
20
20
|
Dynamic: author
|
|
21
21
|
Dynamic: author-email
|
|
22
22
|
Dynamic: classifier
|
|
@@ -94,6 +94,12 @@ Launch with a `pyproject.toml` or `connection_config.ini` file in the root direc
|
|
|
94
94
|
$ pytest --testit
|
|
95
95
|
```
|
|
96
96
|
|
|
97
|
+
Enable debug logs:
|
|
98
|
+
|
|
99
|
+
```
|
|
100
|
+
$ pytest --testit --log-cli-level=DEBUG
|
|
101
|
+
```
|
|
102
|
+
|
|
97
103
|
Launch with command-line parameters:
|
|
98
104
|
|
|
99
105
|
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{testit_adapter_pytest-3.7.0.post540 → testit_adapter_pytest-3.7.1.post530}/tests/test_listener.py
RENAMED
|
File without changes
|