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.
Files changed (39) hide show
  1. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/PKG-INFO +11 -2
  2. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/setup.py +1 -1
  3. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/client/api_client.py +3 -3
  4. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/client/converter.py +2 -2
  5. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons.egg-info/PKG-INFO +11 -2
  6. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/README.md +0 -0
  7. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/setup.cfg +0 -0
  8. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit.py +0 -0
  9. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/__init__.py +0 -0
  10. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/app_properties.py +0 -0
  11. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/client/__init__.py +0 -0
  12. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/client/client_configuration.py +0 -0
  13. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/decorators.py +0 -0
  14. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/dynamic_methods.py +0 -0
  15. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/__init__.py +0 -0
  16. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/adapter_mode.py +0 -0
  17. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/fixture.py +0 -0
  18. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/link.py +0 -0
  19. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/link_type.py +0 -0
  20. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/outcome_type.py +0 -0
  21. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/step_result.py +0 -0
  22. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/models/test_result.py +0 -0
  23. {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
  24. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/__init__.py +0 -0
  25. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/adapter_manager.py +0 -0
  26. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/adapter_manager_configuration.py +0 -0
  27. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/fixture_manager.py +0 -0
  28. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/fixture_storage.py +0 -0
  29. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/logger.py +0 -0
  30. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/plugin_manager.py +0 -0
  31. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/retry.py +0 -0
  32. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/step_manager.py +0 -0
  33. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/step_result_storage.py +0 -0
  34. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/services/utils.py +0 -0
  35. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons/step.py +0 -0
  36. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons.egg-info/SOURCES.txt +0 -0
  37. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons.egg-info/dependency_links.txt +0 -0
  38. {testit_python_commons-3.4.0 → testit_python_commons-3.4.1}/src/testit_python_commons.egg-info/requires.txt +0 -0
  39. {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
1
+ Metadata-Version: 2.2
2
2
  Name: testit-python-commons
3
- Version: 3.4.0
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:
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
2
2
 
3
3
  setup(
4
4
  name='testit-python-commons',
5
- version='3.4.0',
5
+ version='3.4.1',
6
6
  description='Python commons for Test IT',
7
7
  long_description=open('README.md', "r").read(),
8
8
  long_description_content_type="text/markdown",
@@ -11,7 +11,7 @@ from testit_api_client.models import (
11
11
  AutoTestPutModel,
12
12
  AttachmentPutModel,
13
13
  AutoTestResultsForTestRunModel,
14
- TestResultModel,
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 | None:
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) -> TestResultModel:
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
- TestResultModel,
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: TestResultModel) -> TestResultUpdateV2Request:
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
1
+ Metadata-Version: 2.2
2
2
  Name: testit-python-commons
3
- Version: 3.4.0
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: