testit-adapter-robotframework 3.7.2__tar.gz → 3.7.2.post540__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.
Potentially problematic release.
This version of testit-adapter-robotframework might be problematic. Click here for more details.
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/PKG-INFO +2 -2
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/setup.py +1 -1
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/src/testit_adapter_robotframework.egg-info/PKG-INFO +2 -2
- testit_adapter_robotframework-3.7.2.post540/src/testit_adapter_robotframework.egg-info/requires.txt +3 -0
- testit_adapter_robotframework-3.7.2/src/testit_adapter_robotframework.egg-info/requires.txt +0 -3
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/README.md +0 -0
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/setup.cfg +0 -0
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/src/testit_adapter_robotframework/TMSLibrary.py +0 -0
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/src/testit_adapter_robotframework/__init__.py +0 -0
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/src/testit_adapter_robotframework/listeners.py +0 -0
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/src/testit_adapter_robotframework/models.py +0 -0
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/src/testit_adapter_robotframework/utils.py +0 -0
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/src/testit_adapter_robotframework.egg-info/SOURCES.txt +0 -0
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/src/testit_adapter_robotframework.egg-info/dependency_links.txt +0 -0
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/src/testit_adapter_robotframework.egg-info/top_level.txt +0 -0
- {testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/tests/test_listeners.py +0 -0
{testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: testit-adapter-robotframework
|
|
3
|
-
Version: 3.7.2
|
|
3
|
+
Version: 3.7.2.post540
|
|
4
4
|
Summary: Robot Framework adapter for Test IT
|
|
5
5
|
Home-page: https://github.com/testit-tms/adapters-python/
|
|
6
6
|
Author: Integration team
|
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
18
|
Requires-Dist: attrs
|
|
19
19
|
Requires-Dist: robotframework
|
|
20
|
-
Requires-Dist: testit-python-commons==3.7.2
|
|
20
|
+
Requires-Dist: testit-python-commons==3.7.2.post540
|
|
21
21
|
Dynamic: author
|
|
22
22
|
Dynamic: author-email
|
|
23
23
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: testit-adapter-robotframework
|
|
3
|
-
Version: 3.7.2
|
|
3
|
+
Version: 3.7.2.post540
|
|
4
4
|
Summary: Robot Framework adapter for Test IT
|
|
5
5
|
Home-page: https://github.com/testit-tms/adapters-python/
|
|
6
6
|
Author: Integration team
|
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
18
|
Requires-Dist: attrs
|
|
19
19
|
Requires-Dist: robotframework
|
|
20
|
-
Requires-Dist: testit-python-commons==3.7.2
|
|
20
|
+
Requires-Dist: testit-python-commons==3.7.2.post540
|
|
21
21
|
Dynamic: author
|
|
22
22
|
Dynamic: author-email
|
|
23
23
|
Dynamic: classifier
|
{testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/README.md
RENAMED
|
File without changes
|
{testit_adapter_robotframework-3.7.2 → testit_adapter_robotframework-3.7.2.post540}/setup.cfg
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
|