testit-adapter-behave 2.4.1__tar.gz → 2.4.3__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-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/PKG-INFO +9 -9
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/README.md +7 -7
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/setup.py +2 -2
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave.egg-info/PKG-INFO +9 -9
- testit-adapter-behave-2.4.3/src/testit_adapter_behave.egg-info/requires.txt +3 -0
- testit-adapter-behave-2.4.1/src/testit_adapter_behave.egg-info/requires.txt +0 -3
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/setup.cfg +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/__init__.py +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/formatter.py +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/listener.py +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/models/__init__.py +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/models/label.py +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/models/option.py +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/models/tags.py +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/models/test_result_step.py +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/models/url_link.py +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/scenario_parser.py +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/tags_parser.py +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/utils.py +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave.egg-info/SOURCES.txt +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave.egg-info/dependency_links.txt +0 -0
- {testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: testit-adapter-behave
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.3
|
|
4
4
|
Summary: Behave adapter for Test IT
|
|
5
5
|
Home-page: https://github.com/testit-tms/adapters-python/
|
|
6
6
|
Author: Integration team
|
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.8
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.9
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
Requires-Dist: behave
|
|
16
|
-
Requires-Dist: testit-python-commons==2.4.
|
|
16
|
+
Requires-Dist: testit-python-commons==2.4.3
|
|
17
17
|
Requires-Dist: attrs
|
|
18
18
|
|
|
19
19
|
# Test IT TMS adapter for Behave
|
|
@@ -92,13 +92,13 @@ Use tags to specify information about autotest.
|
|
|
92
92
|
|
|
93
93
|
Description of tags:
|
|
94
94
|
|
|
95
|
-
- `WorkItemIds` -
|
|
96
|
-
- `DisplayName` -
|
|
97
|
-
- `ExternalId` -
|
|
98
|
-
- `Title` -
|
|
99
|
-
- `Description` - description in the autotest card
|
|
100
|
-
- `Labels` - tags in the autotest card
|
|
101
|
-
- `Links` - links in the autotest card
|
|
95
|
+
- `WorkItemIds` - a method that links autotests with manual tests. Receives the array of manual tests' IDs
|
|
96
|
+
- `DisplayName` - internal autotest name (used in Test IT)
|
|
97
|
+
- `ExternalId` - unique internal autotest ID (used in Test IT)
|
|
98
|
+
- `Title` - autotest name specified in the autotest card. If not specified, the name from the displayName method is used
|
|
99
|
+
- `Description` - autotest description specified in the autotest card
|
|
100
|
+
- `Labels` - tags listed in the autotest card
|
|
101
|
+
- `Links` - links listed in the autotest card
|
|
102
102
|
- `NameSpace` - directory in the TMS system (default - file's name of test)
|
|
103
103
|
- `ClassName` - subdirectory in the TMS system (default - class's name of test)
|
|
104
104
|
|
|
@@ -74,13 +74,13 @@ Use tags to specify information about autotest.
|
|
|
74
74
|
|
|
75
75
|
Description of tags:
|
|
76
76
|
|
|
77
|
-
- `WorkItemIds` -
|
|
78
|
-
- `DisplayName` -
|
|
79
|
-
- `ExternalId` -
|
|
80
|
-
- `Title` -
|
|
81
|
-
- `Description` - description in the autotest card
|
|
82
|
-
- `Labels` - tags in the autotest card
|
|
83
|
-
- `Links` - links in the autotest card
|
|
77
|
+
- `WorkItemIds` - a method that links autotests with manual tests. Receives the array of manual tests' IDs
|
|
78
|
+
- `DisplayName` - internal autotest name (used in Test IT)
|
|
79
|
+
- `ExternalId` - unique internal autotest ID (used in Test IT)
|
|
80
|
+
- `Title` - autotest name specified in the autotest card. If not specified, the name from the displayName method is used
|
|
81
|
+
- `Description` - autotest description specified in the autotest card
|
|
82
|
+
- `Labels` - tags listed in the autotest card
|
|
83
|
+
- `Links` - links listed in the autotest card
|
|
84
84
|
- `NameSpace` - directory in the TMS system (default - file's name of test)
|
|
85
85
|
- `ClassName` - subdirectory in the TMS system (default - class's name of test)
|
|
86
86
|
|
|
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='testit-adapter-behave',
|
|
5
|
-
version='2.4.
|
|
5
|
+
version='2.4.3',
|
|
6
6
|
description='Behave adapter for Test IT',
|
|
7
7
|
long_description=open('README.md', "r").read(),
|
|
8
8
|
long_description_content_type="text/markdown",
|
|
@@ -22,6 +22,6 @@ setup(
|
|
|
22
22
|
package_dir={'': 'src'},
|
|
23
23
|
install_requires=[
|
|
24
24
|
'behave',
|
|
25
|
-
'testit-python-commons==2.4.
|
|
25
|
+
'testit-python-commons==2.4.3',
|
|
26
26
|
'attrs'],
|
|
27
27
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: testit-adapter-behave
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.3
|
|
4
4
|
Summary: Behave adapter for Test IT
|
|
5
5
|
Home-page: https://github.com/testit-tms/adapters-python/
|
|
6
6
|
Author: Integration team
|
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.8
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.9
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
Requires-Dist: behave
|
|
16
|
-
Requires-Dist: testit-python-commons==2.4.
|
|
16
|
+
Requires-Dist: testit-python-commons==2.4.3
|
|
17
17
|
Requires-Dist: attrs
|
|
18
18
|
|
|
19
19
|
# Test IT TMS adapter for Behave
|
|
@@ -92,13 +92,13 @@ Use tags to specify information about autotest.
|
|
|
92
92
|
|
|
93
93
|
Description of tags:
|
|
94
94
|
|
|
95
|
-
- `WorkItemIds` -
|
|
96
|
-
- `DisplayName` -
|
|
97
|
-
- `ExternalId` -
|
|
98
|
-
- `Title` -
|
|
99
|
-
- `Description` - description in the autotest card
|
|
100
|
-
- `Labels` - tags in the autotest card
|
|
101
|
-
- `Links` - links in the autotest card
|
|
95
|
+
- `WorkItemIds` - a method that links autotests with manual tests. Receives the array of manual tests' IDs
|
|
96
|
+
- `DisplayName` - internal autotest name (used in Test IT)
|
|
97
|
+
- `ExternalId` - unique internal autotest ID (used in Test IT)
|
|
98
|
+
- `Title` - autotest name specified in the autotest card. If not specified, the name from the displayName method is used
|
|
99
|
+
- `Description` - autotest description specified in the autotest card
|
|
100
|
+
- `Labels` - tags listed in the autotest card
|
|
101
|
+
- `Links` - links listed in the autotest card
|
|
102
102
|
- `NameSpace` - directory in the TMS system (default - file's name of test)
|
|
103
103
|
- `ClassName` - subdirectory in the TMS system (default - class's name of test)
|
|
104
104
|
|
|
File without changes
|
{testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/__init__.py
RENAMED
|
File without changes
|
{testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/formatter.py
RENAMED
|
File without changes
|
{testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/listener.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/models/tags.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/tags_parser.py
RENAMED
|
File without changes
|
{testit-adapter-behave-2.4.1 → testit-adapter-behave-2.4.3}/src/testit_adapter_behave/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|