testit-python-commons 3.4.0__tar.gz → 3.4.1__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_python_commons-3.4.0 → testit_python_commons-3.4.1}/PKG-INFO +11 -2
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/setup.py +1 -1
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/client/api_client.py +3 -3
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/client/converter.py +2 -2
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons.egg-info/PKG-INFO +11 -2
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/README.md +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/setup.cfg +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/__init__.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/app_properties.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/client/__init__.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/client/client_configuration.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/decorators.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/dynamic_methods.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/__init__.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/adapter_mode.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/fixture.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/link.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/link_type.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/outcome_type.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/step_result.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/test_result.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/test_result_with_all_fixture_step_results_model.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/__init__.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/adapter_manager.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/adapter_manager_configuration.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/fixture_manager.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/fixture_storage.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/logger.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/plugin_manager.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/retry.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/step_manager.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/step_result_storage.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/utils.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/step.py +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons.egg-info/SOURCES.txt +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons.egg-info/dependency_links.txt +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons.egg-info/requires.txt +0 -0
- {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: testit-python-commons
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.1
|
|
4
4
|
Summary: Python commons for Test IT
|
|
5
5
|
Home-page: https://github.com/testit-tms/adapters-python/
|
|
6
6
|
Author: Integration team
|
|
@@ -17,6 +17,15 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
18
|
Requires-Dist: pluggy
|
|
19
19
|
Requires-Dist: testit-api-client==5.0.0
|
|
20
|
+
Dynamic: author
|
|
21
|
+
Dynamic: author-email
|
|
22
|
+
Dynamic: classifier
|
|
23
|
+
Dynamic: description
|
|
24
|
+
Dynamic: description-content-type
|
|
25
|
+
Dynamic: home-page
|
|
26
|
+
Dynamic: license
|
|
27
|
+
Dynamic: requires-dist
|
|
28
|
+
Dynamic: summary
|
|
20
29
|
|
|
21
30
|
# How to enable debug logging?
|
|
22
31
|
1. Add in **connection_config.ini** file from the root directory of the project:
|
|
@@ -11,7 +11,7 @@ from testit_api_client.models import (
|
|
|
11
11
|
AutoTestPutModel,
|
|
12
12
|
AttachmentPutModel,
|
|
13
13
|
AutoTestResultsForTestRunModel,
|
|
14
|
-
|
|
14
|
+
TestResultResponse,
|
|
15
15
|
WorkItemIdModel,
|
|
16
16
|
WorkItemIdentifierModel
|
|
17
17
|
)
|
|
@@ -249,7 +249,7 @@ class ApiClientWorker:
|
|
|
249
249
|
return work_item_uuids
|
|
250
250
|
|
|
251
251
|
@adapter_logger
|
|
252
|
-
def __get_work_item_uuid_by_work_item_id(self, work_item_id: str) -> str
|
|
252
|
+
def __get_work_item_uuid_by_work_item_id(self, work_item_id: str) -> str or None:
|
|
253
253
|
logging.debug('Getting workitem by id ' + work_item_id)
|
|
254
254
|
|
|
255
255
|
try:
|
|
@@ -363,7 +363,7 @@ class ApiClientWorker:
|
|
|
363
363
|
auto_test_results_for_test_run_model=test_results)
|
|
364
364
|
|
|
365
365
|
@adapter_logger
|
|
366
|
-
def get_test_result_by_id(self, test_result_id: str) ->
|
|
366
|
+
def get_test_result_by_id(self, test_result_id: str) -> TestResultResponse:
|
|
367
367
|
return self.__test_results_api.api_v2_test_results_id_get(id=test_result_id)
|
|
368
368
|
|
|
369
369
|
@adapter_logger
|
|
@@ -17,7 +17,7 @@ from testit_api_client.models import (
|
|
|
17
17
|
SearchAutoTestsQueryIncludesModel,
|
|
18
18
|
AutotestsSelectModel,
|
|
19
19
|
TestResultUpdateV2Request,
|
|
20
|
-
|
|
20
|
+
TestResultResponse,
|
|
21
21
|
TestResultV2GetModel,
|
|
22
22
|
AttachmentModel,
|
|
23
23
|
AttachmentUpdateRequest
|
|
@@ -179,7 +179,7 @@ class Converter:
|
|
|
179
179
|
@adapter_logger
|
|
180
180
|
def convert_test_result_model_to_test_results_id_put_request(
|
|
181
181
|
cls,
|
|
182
|
-
test_result:
|
|
182
|
+
test_result: TestResultResponse) -> TestResultUpdateV2Request:
|
|
183
183
|
return TestResultUpdateV2Request(
|
|
184
184
|
failure_class_ids=test_result.failure_class_ids,
|
|
185
185
|
outcome=test_result.outcome,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: testit-python-commons
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.1
|
|
4
4
|
Summary: Python commons for Test IT
|
|
5
5
|
Home-page: https://github.com/testit-tms/adapters-python/
|
|
6
6
|
Author: Integration team
|
|
@@ -17,6 +17,15 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
18
|
Requires-Dist: pluggy
|
|
19
19
|
Requires-Dist: testit-api-client==5.0.0
|
|
20
|
+
Dynamic: author
|
|
21
|
+
Dynamic: author-email
|
|
22
|
+
Dynamic: classifier
|
|
23
|
+
Dynamic: description
|
|
24
|
+
Dynamic: description-content-type
|
|
25
|
+
Dynamic: home-page
|
|
26
|
+
Dynamic: license
|
|
27
|
+
Dynamic: requires-dist
|
|
28
|
+
Dynamic: summary
|
|
20
29
|
|
|
21
30
|
# How to enable debug logging?
|
|
22
31
|
1. Add in **connection_config.ini** file from the root directory of the project:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/decorators.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/link.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/step.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|