testit-cli 2.7.3__tar.gz → 2.8.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_cli-2.7.3 → testit_cli-2.8.0}/PKG-INFO +4 -3
- {testit_cli-2.7.3 → testit_cli-2.8.0}/README.md +2 -1
- {testit_cli-2.7.3 → testit_cli-2.8.0}/setup.py +2 -2
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/apiclient.py +1 -1
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/filter_factory.py +0 -1
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli.egg-info/PKG-INFO +4 -3
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli.egg-info/requires.txt +1 -1
- {testit_cli-2.7.3 → testit_cli-2.8.0}/LICENSE +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/setup.cfg +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/__init__.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/__main__.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/autotests_filter.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/click_commands.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/converter.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/dir_worker.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/file_worker.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/html_escape_utils.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/importer.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/logger.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/models/__init__.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/models/config.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/models/mode.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/models/status.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/models/testcase.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/models/testrun.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/parser.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/service.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/service_factory.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli/validation.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli.egg-info/SOURCES.txt +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli.egg-info/dependency_links.txt +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli.egg-info/entry_points.txt +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/src/testit_cli.egg-info/top_level.txt +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/tests/test_click.py +0 -0
- {testit_cli-2.7.3 → testit_cli-2.8.0}/tests/test_service.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: testit-cli
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.8.0
|
|
4
4
|
Summary: This tool is the command line wrapper of Test IT allowing you to upload the test results in real time to Test IT
|
|
5
5
|
Home-page: https://pypi.org/project/testit-cli/
|
|
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
|
License-File: LICENSE
|
|
19
|
-
Requires-Dist: testit-api-client==7.
|
|
19
|
+
Requires-Dist: testit-api-client==7.5.0
|
|
20
20
|
Requires-Dist: validators
|
|
21
21
|
Requires-Dist: tqdm
|
|
22
22
|
Requires-Dist: click~=8.0.4
|
|
@@ -55,4 +55,5 @@ You can see more information in [official documentation](https://docs.testit.sof
|
|
|
55
55
|
| 5.3 | 2.4.5.post530 |
|
|
56
56
|
| 5.4 | 2.4.11.post540 |
|
|
57
57
|
| 5.5 | 2.7.2.post550 |
|
|
58
|
-
|
|
|
58
|
+
| 5.6 | 2.8.0.post560 |
|
|
59
|
+
| Cloud | 2.8.0 |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from setuptools import find_packages, setup
|
|
2
2
|
|
|
3
|
-
VERSION = "2.
|
|
3
|
+
VERSION = "2.8.0"
|
|
4
4
|
|
|
5
5
|
setup(
|
|
6
6
|
name='testit-cli',
|
|
@@ -26,7 +26,7 @@ setup(
|
|
|
26
26
|
py_modules=['testit_cli'],
|
|
27
27
|
packages=find_packages(where='src'),
|
|
28
28
|
package_dir={'': 'src'},
|
|
29
|
-
install_requires=['testit-api-client==7.
|
|
29
|
+
install_requires=['testit-api-client==7.5.0', 'validators', 'tqdm', 'click~=8.0.4'],
|
|
30
30
|
entry_points={
|
|
31
31
|
'console_scripts': [
|
|
32
32
|
'testit = testit_cli.__main__:console_main'
|
|
@@ -85,7 +85,7 @@ class ApiClient:
|
|
|
85
85
|
return Converter.test_run_v2_get_model_to_test_run(test_run)
|
|
86
86
|
|
|
87
87
|
logging.error(f"Test run {test_run_id} not found!")
|
|
88
|
-
raise Exception("Test run {test_run_id} not found!")
|
|
88
|
+
raise Exception(f"Test run {test_run_id} not found!")
|
|
89
89
|
|
|
90
90
|
def get_autotests(self, model: ApiV2AutoTestsSearchPostRequest) \
|
|
91
91
|
-> list[AutoTestApiResult]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: testit-cli
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.8.0
|
|
4
4
|
Summary: This tool is the command line wrapper of Test IT allowing you to upload the test results in real time to Test IT
|
|
5
5
|
Home-page: https://pypi.org/project/testit-cli/
|
|
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
|
License-File: LICENSE
|
|
19
|
-
Requires-Dist: testit-api-client==7.
|
|
19
|
+
Requires-Dist: testit-api-client==7.5.0
|
|
20
20
|
Requires-Dist: validators
|
|
21
21
|
Requires-Dist: tqdm
|
|
22
22
|
Requires-Dist: click~=8.0.4
|
|
@@ -55,4 +55,5 @@ You can see more information in [official documentation](https://docs.testit.sof
|
|
|
55
55
|
| 5.3 | 2.4.5.post530 |
|
|
56
56
|
| 5.4 | 2.4.11.post540 |
|
|
57
57
|
| 5.5 | 2.7.2.post550 |
|
|
58
|
-
|
|
|
58
|
+
| 5.6 | 2.8.0.post560 |
|
|
59
|
+
| Cloud | 2.8.0 |
|
|
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
|
|
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
|