testit-python-commons 3.1.1__tar.gz → 3.2.0__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.1.1 → testit_python_commons-3.2.0}/PKG-INFO +2 -2
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/setup.py +2 -2
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons.egg-info/PKG-INFO +2 -2
- testit_python_commons-3.2.0/src/testit_python_commons.egg-info/requires.txt +2 -0
- testit_python_commons-3.1.1/src/testit_python_commons.egg-info/requires.txt +0 -2
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/README.md +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/setup.cfg +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/__init__.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/app_properties.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/client/__init__.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/client/api_client.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/client/client_configuration.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/client/converter.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/decorators.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/dynamic_methods.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/models/__init__.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/models/adapter_mode.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/models/link.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/models/link_type.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/models/outcome_type.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/models/step_result.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/models/test_result.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/models/test_result_with_all_fixture_step_results_model.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/services/__init__.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/services/adapter_manager.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/services/adapter_manager_configuration.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/services/logger.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/services/plugin_manager.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/services/step_manager.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/services/step_result_storage.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/services/utils.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/step.py +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons.egg-info/SOURCES.txt +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons.egg-info/dependency_links.txt +0 -0
- {testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: testit-python-commons
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.2.0
|
|
4
4
|
Summary: Python commons for Test IT
|
|
5
5
|
Home-page: https://github.com/testit-tms/adapters-python/
|
|
6
6
|
Author: Integration team
|
|
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
18
|
Requires-Dist: pluggy
|
|
19
|
-
Requires-Dist: testit-api-client==
|
|
19
|
+
Requires-Dist: testit-api-client==4.0.0
|
|
20
20
|
|
|
21
21
|
# How to enable debug logging?
|
|
22
22
|
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.
|
|
5
|
+
version='3.2.0',
|
|
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",
|
|
@@ -23,5 +23,5 @@ setup(
|
|
|
23
23
|
py_modules=['testit', 'testit_python_commons'],
|
|
24
24
|
packages=find_packages(where='src'),
|
|
25
25
|
package_dir={'': 'src'},
|
|
26
|
-
install_requires=['pluggy', 'testit-api-client==
|
|
26
|
+
install_requires=['pluggy', 'testit-api-client==4.0.0']
|
|
27
27
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: testit-python-commons
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.2.0
|
|
4
4
|
Summary: Python commons for Test IT
|
|
5
5
|
Home-page: https://github.com/testit-tms/adapters-python/
|
|
6
6
|
Author: Integration team
|
|
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
18
|
Requires-Dist: pluggy
|
|
19
|
-
Requires-Dist: testit-api-client==
|
|
19
|
+
Requires-Dist: testit-api-client==4.0.0
|
|
20
20
|
|
|
21
21
|
# How to enable debug logging?
|
|
22
22
|
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.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/decorators.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/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
|
{testit_python_commons-3.1.1 → testit_python_commons-3.2.0}/src/testit_python_commons/step.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|