testit-python-commons 3.6.0.post530__tar.gz → 3.6.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.
Files changed (39) hide show
  1. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/PKG-INFO +1 -1
  2. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/setup.py +1 -1
  3. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/client/api_client.py +3 -3
  4. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons.egg-info/PKG-INFO +1 -1
  5. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/README.md +0 -0
  6. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/setup.cfg +0 -0
  7. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit.py +0 -0
  8. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/__init__.py +0 -0
  9. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/app_properties.py +0 -0
  10. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/client/__init__.py +0 -0
  11. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/client/client_configuration.py +0 -0
  12. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/client/converter.py +0 -0
  13. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/decorators.py +0 -0
  14. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/dynamic_methods.py +0 -0
  15. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/models/__init__.py +0 -0
  16. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/models/adapter_mode.py +0 -0
  17. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/models/fixture.py +0 -0
  18. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/models/link.py +0 -0
  19. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/models/link_type.py +0 -0
  20. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/models/outcome_type.py +0 -0
  21. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/models/step_result.py +0 -0
  22. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/models/test_result.py +0 -0
  23. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/models/test_result_with_all_fixture_step_results_model.py +0 -0
  24. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/services/__init__.py +0 -0
  25. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/services/adapter_manager.py +0 -0
  26. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/services/adapter_manager_configuration.py +0 -0
  27. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/services/fixture_manager.py +0 -0
  28. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/services/fixture_storage.py +0 -0
  29. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/services/logger.py +0 -0
  30. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/services/plugin_manager.py +0 -0
  31. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/services/retry.py +0 -0
  32. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/services/step_manager.py +0 -0
  33. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/services/step_result_storage.py +0 -0
  34. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/services/utils.py +0 -0
  35. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons/step.py +0 -0
  36. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons.egg-info/SOURCES.txt +0 -0
  37. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons.egg-info/dependency_links.txt +0 -0
  38. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons.egg-info/requires.txt +0 -0
  39. {testit_python_commons-3.6.0.post530 → testit_python_commons-3.6.1.post530}/src/testit_python_commons.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: testit-python-commons
3
- Version: 3.6.0.post530
3
+ Version: 3.6.1.post530
4
4
  Summary: Python commons for Test IT
5
5
  Home-page: https://github.com/testit-tms/adapters-python/
6
6
  Author: Integration team
@@ -1,6 +1,6 @@
1
1
  from setuptools import find_packages, setup
2
2
 
3
- VERSION = "3.6.0.post530"
3
+ VERSION = "3.6.1.post530"
4
4
 
5
5
  setup(
6
6
  name='testit-python-commons',
@@ -115,7 +115,7 @@ class ApiClientWorker:
115
115
  test_result,
116
116
  self.__config.get_configuration_id())
117
117
 
118
- autotests = self.__autotest_api.api_v2_auto_tests_search_post(autotests_select_model=model)
118
+ autotests = self.__autotest_api.api_v2_auto_tests_search_post(auto_test_search_api_model=model)
119
119
 
120
120
  if autotests:
121
121
  autotest_for_update = self.__prepare_to_update_autotest(test_result, autotests[0])
@@ -375,9 +375,9 @@ class ApiClientWorker:
375
375
  model = Converter.convert_test_result_model_to_test_results_id_put_request(
376
376
  self.get_test_result_by_id(test_result.get_test_result_id()))
377
377
 
378
- model.setup_results = Converter.step_results_to_auto_test_step_result_update_request(
378
+ model.setup_results = Converter.step_results_to_attachment_put_model_autotest_step_results_model(
379
379
  test_result.get_setup_results())
380
- model.teardown_results = Converter.step_results_to_auto_test_step_result_update_request(
380
+ model.teardown_results = Converter.step_results_to_attachment_put_model_autotest_step_results_model(
381
381
  test_result.get_teardown_results())
382
382
 
383
383
  try:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: testit-python-commons
3
- Version: 3.6.0.post530
3
+ Version: 3.6.1.post530
4
4
  Summary: Python commons for Test IT
5
5
  Home-page: https://github.com/testit-tms/adapters-python/
6
6
  Author: Integration team