testit-adapter-behave 3.5.3__tar.gz → 3.5.4__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 (22) hide show
  1. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/PKG-INFO +5 -5
  2. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/README.md +3 -3
  3. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/setup.py +1 -1
  4. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave.egg-info/PKG-INFO +5 -5
  5. testit_adapter_behave-3.5.4/src/testit_adapter_behave.egg-info/requires.txt +3 -0
  6. testit_adapter_behave-3.5.3/src/testit_adapter_behave.egg-info/requires.txt +0 -3
  7. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/setup.cfg +0 -0
  8. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave/__init__.py +0 -0
  9. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave/formatter.py +0 -0
  10. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave/listener.py +0 -0
  11. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave/models/__init__.py +0 -0
  12. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave/models/label.py +0 -0
  13. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave/models/option.py +0 -0
  14. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave/models/tags.py +0 -0
  15. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave/models/test_result_step.py +0 -0
  16. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave/models/url_link.py +0 -0
  17. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave/scenario_parser.py +0 -0
  18. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave/tags_parser.py +0 -0
  19. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave/utils.py +0 -0
  20. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave.egg-info/SOURCES.txt +0 -0
  21. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave.egg-info/dependency_links.txt +0 -0
  22. {testit_adapter_behave-3.5.3 → testit_adapter_behave-3.5.4}/src/testit_adapter_behave.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: testit-adapter-behave
3
- Version: 3.5.3
3
+ Version: 3.5.4
4
4
  Summary: Behave adapter 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: behave
19
- Requires-Dist: testit-python-commons==3.5.3
19
+ Requires-Dist: testit-python-commons==3.5.4
20
20
  Requires-Dist: attrs
21
21
  Dynamic: author
22
22
  Dynamic: author-email
@@ -63,11 +63,11 @@ pip install testit-adapter-behave
63
63
  | Mode of automatic updation links to test cases (**It's optional**). Default value - false. The adapter supports following modes:<br/>true - in this mode, the adapter will update links to test cases<br/>false - in this mode, the adapter will not update link to test cases | automaticUpdationLinksToTestCases | TMS_AUTOMATIC_UPDATION_LINKS_TO_TEST_CASES | tmsAutomaticUpdationLinksToTestCases |
64
64
  | Mode of import type selection when launching autotests (**It's optional**). Default value - true. The adapter supports following modes:<br/>true - in this mode, the adapter will create/update each autotest in real time<br/>false - in this mode, the adapter will create/update multiple autotests | importRealtime | TMS_IMPORT_REALTIME | tmsImportRealtime |
65
65
  | Url of proxy server (**It's optional**) | tmsProxy | TMS_PROXY | tmsProxy |
66
- | Name of the configuration file If it is not provided, it is used default file name (**It's optional**) | - | TMS_CONFIG_FILE | tmsConfigFile |
66
+ | Name (**including extension**) of the configuration file If it is not provided, it is used default file name (**It's optional**) | - | TMS_CONFIG_FILE | tmsConfigFile |
67
67
 
68
68
  #### File
69
69
 
70
- Create **connection_config.ini** file in the root directory of the project:
70
+ Add `[testit]` block to your **pyproject.toml** or create **connection_config.ini** file in the root directory of the project:
71
71
  ```
72
72
  [testit]
73
73
  URL = URL
@@ -89,7 +89,7 @@ tmsProxy = TMS_PROXY
89
89
 
90
90
  #### Examples
91
91
 
92
- Launch with a connection_config.ini file in the root directory of the project:
92
+ Launch with a `pyproject.toml` or `connection_config.ini` file in the root directory of the project:
93
93
 
94
94
  ```
95
95
  $ behave -f testit_adapter_behave.formatter:AdapterFormatter
@@ -33,11 +33,11 @@ pip install testit-adapter-behave
33
33
  | Mode of automatic updation links to test cases (**It's optional**). Default value - false. The adapter supports following modes:<br/>true - in this mode, the adapter will update links to test cases<br/>false - in this mode, the adapter will not update link to test cases | automaticUpdationLinksToTestCases | TMS_AUTOMATIC_UPDATION_LINKS_TO_TEST_CASES | tmsAutomaticUpdationLinksToTestCases |
34
34
  | Mode of import type selection when launching autotests (**It's optional**). Default value - true. The adapter supports following modes:<br/>true - in this mode, the adapter will create/update each autotest in real time<br/>false - in this mode, the adapter will create/update multiple autotests | importRealtime | TMS_IMPORT_REALTIME | tmsImportRealtime |
35
35
  | Url of proxy server (**It's optional**) | tmsProxy | TMS_PROXY | tmsProxy |
36
- | Name of the configuration file If it is not provided, it is used default file name (**It's optional**) | - | TMS_CONFIG_FILE | tmsConfigFile |
36
+ | Name (**including extension**) of the configuration file If it is not provided, it is used default file name (**It's optional**) | - | TMS_CONFIG_FILE | tmsConfigFile |
37
37
 
38
38
  #### File
39
39
 
40
- Create **connection_config.ini** file in the root directory of the project:
40
+ Add `[testit]` block to your **pyproject.toml** or create **connection_config.ini** file in the root directory of the project:
41
41
  ```
42
42
  [testit]
43
43
  URL = URL
@@ -59,7 +59,7 @@ tmsProxy = TMS_PROXY
59
59
 
60
60
  #### Examples
61
61
 
62
- Launch with a connection_config.ini file in the root directory of the project:
62
+ Launch with a `pyproject.toml` or `connection_config.ini` file in the root directory of the project:
63
63
 
64
64
  ```
65
65
  $ behave -f testit_adapter_behave.formatter:AdapterFormatter
@@ -1,6 +1,6 @@
1
1
  from setuptools import find_packages, setup
2
2
 
3
- VERSION = "3.5.3"
3
+ VERSION = "3.5.4"
4
4
 
5
5
  setup(
6
6
  name='testit-adapter-behave',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: testit-adapter-behave
3
- Version: 3.5.3
3
+ Version: 3.5.4
4
4
  Summary: Behave adapter 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: behave
19
- Requires-Dist: testit-python-commons==3.5.3
19
+ Requires-Dist: testit-python-commons==3.5.4
20
20
  Requires-Dist: attrs
21
21
  Dynamic: author
22
22
  Dynamic: author-email
@@ -63,11 +63,11 @@ pip install testit-adapter-behave
63
63
  | Mode of automatic updation links to test cases (**It's optional**). Default value - false. The adapter supports following modes:<br/>true - in this mode, the adapter will update links to test cases<br/>false - in this mode, the adapter will not update link to test cases | automaticUpdationLinksToTestCases | TMS_AUTOMATIC_UPDATION_LINKS_TO_TEST_CASES | tmsAutomaticUpdationLinksToTestCases |
64
64
  | Mode of import type selection when launching autotests (**It's optional**). Default value - true. The adapter supports following modes:<br/>true - in this mode, the adapter will create/update each autotest in real time<br/>false - in this mode, the adapter will create/update multiple autotests | importRealtime | TMS_IMPORT_REALTIME | tmsImportRealtime |
65
65
  | Url of proxy server (**It's optional**) | tmsProxy | TMS_PROXY | tmsProxy |
66
- | Name of the configuration file If it is not provided, it is used default file name (**It's optional**) | - | TMS_CONFIG_FILE | tmsConfigFile |
66
+ | Name (**including extension**) of the configuration file If it is not provided, it is used default file name (**It's optional**) | - | TMS_CONFIG_FILE | tmsConfigFile |
67
67
 
68
68
  #### File
69
69
 
70
- Create **connection_config.ini** file in the root directory of the project:
70
+ Add `[testit]` block to your **pyproject.toml** or create **connection_config.ini** file in the root directory of the project:
71
71
  ```
72
72
  [testit]
73
73
  URL = URL
@@ -89,7 +89,7 @@ tmsProxy = TMS_PROXY
89
89
 
90
90
  #### Examples
91
91
 
92
- Launch with a connection_config.ini file in the root directory of the project:
92
+ Launch with a `pyproject.toml` or `connection_config.ini` file in the root directory of the project:
93
93
 
94
94
  ```
95
95
  $ behave -f testit_adapter_behave.formatter:AdapterFormatter
@@ -0,0 +1,3 @@
1
+ behave
2
+ testit-python-commons==3.5.4
3
+ attrs
@@ -1,3 +0,0 @@
1
- behave
2
- testit-python-commons==3.5.3
3
- attrs