testit-adapter-behave 2.5.0__tar.gz → 2.5.2__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-2.5.0 → testit-adapter-behave-2.5.2}/PKG-INFO +7 -2
  2. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/README.md +5 -0
  3. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/setup.py +2 -2
  4. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave.egg-info/PKG-INFO +7 -2
  5. testit-adapter-behave-2.5.2/src/testit_adapter_behave.egg-info/requires.txt +3 -0
  6. testit-adapter-behave-2.5.0/src/testit_adapter_behave.egg-info/requires.txt +0 -3
  7. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/setup.cfg +0 -0
  8. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave/__init__.py +0 -0
  9. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave/formatter.py +0 -0
  10. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave/listener.py +0 -0
  11. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave/models/__init__.py +0 -0
  12. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave/models/label.py +0 -0
  13. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave/models/option.py +0 -0
  14. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave/models/tags.py +0 -0
  15. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave/models/test_result_step.py +0 -0
  16. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave/models/url_link.py +0 -0
  17. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave/scenario_parser.py +0 -0
  18. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave/tags_parser.py +0 -0
  19. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave/utils.py +0 -0
  20. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave.egg-info/SOURCES.txt +0 -0
  21. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/src/testit_adapter_behave.egg-info/dependency_links.txt +0 -0
  22. {testit-adapter-behave-2.5.0 → testit-adapter-behave-2.5.2}/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.5.0
3
+ Version: 2.5.2
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,13 +13,18 @@ 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.5.0
16
+ Requires-Dist: testit-python-commons==2.5.2
17
17
  Requires-Dist: attrs
18
18
 
19
19
  # Test IT TMS adapter for Behave
20
20
 
21
21
  ![Test IT](https://raw.githubusercontent.com/testit-tms/adapters-python/master/images/banner.png)
22
22
 
23
+ [![Release
24
+ Status](https://img.shields.io/pypi/v/testit-adapter-behave?style=plastic)](https://pypi.python.org/pypi/testit-adapter-behave)
25
+ [![Downloads](https://img.shields.io/pypi/dm/testit-adapter-behave?style=plastic)](https://pypi.python.org/pypi/testit-adapter-behave)
26
+ [![GitHub contributors](https://img.shields.io/github/contributors/testit-tms/adapters-python?style=plastic)](https://github.com/testit-tms/adapters-python)
27
+
23
28
  ## Getting Started
24
29
 
25
30
  ### Installation
@@ -2,6 +2,11 @@
2
2
 
3
3
  ![Test IT](https://raw.githubusercontent.com/testit-tms/adapters-python/master/images/banner.png)
4
4
 
5
+ [![Release
6
+ Status](https://img.shields.io/pypi/v/testit-adapter-behave?style=plastic)](https://pypi.python.org/pypi/testit-adapter-behave)
7
+ [![Downloads](https://img.shields.io/pypi/dm/testit-adapter-behave?style=plastic)](https://pypi.python.org/pypi/testit-adapter-behave)
8
+ [![GitHub contributors](https://img.shields.io/github/contributors/testit-tms/adapters-python?style=plastic)](https://github.com/testit-tms/adapters-python)
9
+
5
10
  ## Getting Started
6
11
 
7
12
  ### Installation
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
2
2
 
3
3
  setup(
4
4
  name='testit-adapter-behave',
5
- version='2.5.0',
5
+ version='2.5.2',
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.5.0',
25
+ 'testit-python-commons==2.5.2',
26
26
  'attrs'],
27
27
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: testit-adapter-behave
3
- Version: 2.5.0
3
+ Version: 2.5.2
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,13 +13,18 @@ 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.5.0
16
+ Requires-Dist: testit-python-commons==2.5.2
17
17
  Requires-Dist: attrs
18
18
 
19
19
  # Test IT TMS adapter for Behave
20
20
 
21
21
  ![Test IT](https://raw.githubusercontent.com/testit-tms/adapters-python/master/images/banner.png)
22
22
 
23
+ [![Release
24
+ Status](https://img.shields.io/pypi/v/testit-adapter-behave?style=plastic)](https://pypi.python.org/pypi/testit-adapter-behave)
25
+ [![Downloads](https://img.shields.io/pypi/dm/testit-adapter-behave?style=plastic)](https://pypi.python.org/pypi/testit-adapter-behave)
26
+ [![GitHub contributors](https://img.shields.io/github/contributors/testit-tms/adapters-python?style=plastic)](https://github.com/testit-tms/adapters-python)
27
+
23
28
  ## Getting Started
24
29
 
25
30
  ### Installation
@@ -0,0 +1,3 @@
1
+ behave
2
+ testit-python-commons==2.5.2
3
+ attrs
@@ -1,3 +0,0 @@
1
- behave
2
- testit-python-commons==2.5.0
3
- attrs