testit-adapter-robotframework 3.5.2__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.

Potentially problematic release.


This version of testit-adapter-robotframework might be problematic. Click here for more details.

Files changed (15) hide show
  1. {testit_adapter_robotframework-3.5.2 → testit_adapter_robotframework-3.5.4}/PKG-INFO +5 -5
  2. {testit_adapter_robotframework-3.5.2 → testit_adapter_robotframework-3.5.4}/README.md +3 -3
  3. {testit_adapter_robotframework-3.5.2 → testit_adapter_robotframework-3.5.4}/setup.py +1 -1
  4. {testit_adapter_robotframework-3.5.2 → testit_adapter_robotframework-3.5.4}/src/testit_adapter_robotframework.egg-info/PKG-INFO +5 -5
  5. testit_adapter_robotframework-3.5.4/src/testit_adapter_robotframework.egg-info/requires.txt +3 -0
  6. testit_adapter_robotframework-3.5.2/src/testit_adapter_robotframework.egg-info/requires.txt +0 -3
  7. {testit_adapter_robotframework-3.5.2 → testit_adapter_robotframework-3.5.4}/setup.cfg +0 -0
  8. {testit_adapter_robotframework-3.5.2 → testit_adapter_robotframework-3.5.4}/src/testit_adapter_robotframework/TMSLibrary.py +0 -0
  9. {testit_adapter_robotframework-3.5.2 → testit_adapter_robotframework-3.5.4}/src/testit_adapter_robotframework/__init__.py +0 -0
  10. {testit_adapter_robotframework-3.5.2 → testit_adapter_robotframework-3.5.4}/src/testit_adapter_robotframework/listeners.py +0 -0
  11. {testit_adapter_robotframework-3.5.2 → testit_adapter_robotframework-3.5.4}/src/testit_adapter_robotframework/models.py +0 -0
  12. {testit_adapter_robotframework-3.5.2 → testit_adapter_robotframework-3.5.4}/src/testit_adapter_robotframework/utils.py +0 -0
  13. {testit_adapter_robotframework-3.5.2 → testit_adapter_robotframework-3.5.4}/src/testit_adapter_robotframework.egg-info/SOURCES.txt +0 -0
  14. {testit_adapter_robotframework-3.5.2 → testit_adapter_robotframework-3.5.4}/src/testit_adapter_robotframework.egg-info/dependency_links.txt +0 -0
  15. {testit_adapter_robotframework-3.5.2 → testit_adapter_robotframework-3.5.4}/src/testit_adapter_robotframework.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: testit-adapter-robotframework
3
- Version: 3.5.2
3
+ Version: 3.5.4
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.5.2
20
+ Requires-Dist: testit-python-commons==3.5.4
21
21
  Dynamic: author
22
22
  Dynamic: author-email
23
23
  Dynamic: classifier
@@ -61,11 +61,11 @@ pip install testit-adapter-robotframework
61
61
  | 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 |
62
62
  | 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 |
63
63
  | Url of proxy server (**It's optional**) | tmsProxy | TMS_PROXY | tmsProxy |
64
- | Name of the configuration file If it is not provided, it is used default file name (**It's optional**) | - | TMS_CONFIG_FILE | tmsConfigFile |
64
+ | 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 |
65
65
 
66
66
  #### File
67
67
 
68
- Create **connection_config.ini** file in the root directory of the project:
68
+ Add `[testit]` block to your **pyproject.toml** or create **connection_config.ini** file in the root directory of the project:
69
69
  ```
70
70
  [testit]
71
71
  URL = URL
@@ -87,7 +87,7 @@ tmsProxy = TMS_PROXY
87
87
 
88
88
  #### Examples
89
89
 
90
- Launch with a connection_config.ini file in the root directory of the project:
90
+ Launch with a `pyproject.toml` or `connection_config.ini` file in the root directory of the project:
91
91
 
92
92
  ```
93
93
  $ robot -v testit TEST_DIRECTORY
@@ -31,11 +31,11 @@ pip install testit-adapter-robotframework
31
31
  | 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 |
32
32
  | 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 |
33
33
  | Url of proxy server (**It's optional**) | tmsProxy | TMS_PROXY | tmsProxy |
34
- | Name of the configuration file If it is not provided, it is used default file name (**It's optional**) | - | TMS_CONFIG_FILE | tmsConfigFile |
34
+ | 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 |
35
35
 
36
36
  #### File
37
37
 
38
- Create **connection_config.ini** file in the root directory of the project:
38
+ Add `[testit]` block to your **pyproject.toml** or create **connection_config.ini** file in the root directory of the project:
39
39
  ```
40
40
  [testit]
41
41
  URL = URL
@@ -57,7 +57,7 @@ tmsProxy = TMS_PROXY
57
57
 
58
58
  #### Examples
59
59
 
60
- Launch with a connection_config.ini file in the root directory of the project:
60
+ Launch with a `pyproject.toml` or `connection_config.ini` file in the root directory of the project:
61
61
 
62
62
  ```
63
63
  $ robot -v testit TEST_DIRECTORY
@@ -1,6 +1,6 @@
1
1
  from setuptools import find_packages, setup
2
2
 
3
- VERSION = "3.5.2"
3
+ VERSION = "3.5.4"
4
4
 
5
5
  setup(
6
6
  name='testit-adapter-robotframework',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: testit-adapter-robotframework
3
- Version: 3.5.2
3
+ Version: 3.5.4
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.5.2
20
+ Requires-Dist: testit-python-commons==3.5.4
21
21
  Dynamic: author
22
22
  Dynamic: author-email
23
23
  Dynamic: classifier
@@ -61,11 +61,11 @@ pip install testit-adapter-robotframework
61
61
  | 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 |
62
62
  | 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 |
63
63
  | Url of proxy server (**It's optional**) | tmsProxy | TMS_PROXY | tmsProxy |
64
- | Name of the configuration file If it is not provided, it is used default file name (**It's optional**) | - | TMS_CONFIG_FILE | tmsConfigFile |
64
+ | 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 |
65
65
 
66
66
  #### File
67
67
 
68
- Create **connection_config.ini** file in the root directory of the project:
68
+ Add `[testit]` block to your **pyproject.toml** or create **connection_config.ini** file in the root directory of the project:
69
69
  ```
70
70
  [testit]
71
71
  URL = URL
@@ -87,7 +87,7 @@ tmsProxy = TMS_PROXY
87
87
 
88
88
  #### Examples
89
89
 
90
- Launch with a connection_config.ini file in the root directory of the project:
90
+ Launch with a `pyproject.toml` or `connection_config.ini` file in the root directory of the project:
91
91
 
92
92
  ```
93
93
  $ robot -v testit TEST_DIRECTORY
@@ -0,0 +1,3 @@
1
+ attrs
2
+ robotframework
3
+ testit-python-commons==3.5.4
@@ -1,3 +0,0 @@
1
- attrs
2
- robotframework
3
- testit-python-commons==3.5.2