testit-adapter-pytest 3.11.1__tar.gz → 3.11.1.post560__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.11.1 → testit_adapter_pytest-3.11.1.post560}/PKG-INFO +2 -2
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/setup.py +1 -1
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/src/testit_adapter_pytest/listener.py +1 -1
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/src/testit_adapter_pytest.egg-info/PKG-INFO +2 -2
- testit_adapter_pytest-3.11.1.post560/src/testit_adapter_pytest.egg-info/requires.txt +4 -0
- testit_adapter_pytest-3.11.1/src/testit_adapter_pytest.egg-info/requires.txt +0 -4
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/README.md +0 -0
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/setup.cfg +0 -0
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/src/testit_adapter_pytest/__init__.py +0 -0
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/src/testit_adapter_pytest/fixture_context.py +0 -0
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/src/testit_adapter_pytest/models/__init__.py +0 -0
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/src/testit_adapter_pytest/models/executable_test.py +0 -0
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/src/testit_adapter_pytest/plugin.py +0 -0
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/src/testit_adapter_pytest/utils.py +0 -0
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/src/testit_adapter_pytest.egg-info/SOURCES.txt +0 -0
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/src/testit_adapter_pytest.egg-info/dependency_links.txt +0 -0
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/src/testit_adapter_pytest.egg-info/entry_points.txt +0 -0
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/src/testit_adapter_pytest.egg-info/top_level.txt +0 -0
- {testit_adapter_pytest-3.11.1 → testit_adapter_pytest-3.11.1.post560}/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.11.1
|
|
3
|
+
Version: 3.11.1.post560
|
|
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.11.1
|
|
19
|
+
Requires-Dist: testit-python-commons==3.11.1.post560
|
|
20
20
|
Dynamic: author
|
|
21
21
|
Dynamic: author-email
|
|
22
22
|
Dynamic: classifier
|
|
@@ -282,7 +282,7 @@ class TmsListener(object):
|
|
|
282
282
|
|
|
283
283
|
@adapter.hookimpl
|
|
284
284
|
def add_work_item_id(self, test_work_item_id: str):
|
|
285
|
-
if self.__executable_test:
|
|
285
|
+
if not self.__executable_test:
|
|
286
286
|
self.__executable_test.work_item_ids.append(test_work_item_id)
|
|
287
287
|
|
|
288
288
|
@adapter.hookimpl
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: testit-adapter-pytest
|
|
3
|
-
Version: 3.11.1
|
|
3
|
+
Version: 3.11.1.post560
|
|
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.11.1
|
|
19
|
+
Requires-Dist: testit-python-commons==3.11.1.post560
|
|
20
20
|
Dynamic: author
|
|
21
21
|
Dynamic: author-email
|
|
22
22
|
Dynamic: classifier
|
|
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.11.1 → testit_adapter_pytest-3.11.1.post560}/tests/test_listener.py
RENAMED
|
File without changes
|