File tree Expand file tree Collapse file tree 6 files changed +12
-19
lines changed
allure-python-commons-test Expand file tree Collapse file tree 6 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 22from setuptools import setup
33
44PACKAGE = "allure-behave"
5- VERSION = "2.3.4b1 "
5+ VERSION = "2.4.0 "
66
77classifiers = [
8- 'Development Status :: 4 - Beta ' ,
8+ 'Development Status :: 5 - Production/Stable ' ,
99 'Intended Audience :: Developers' ,
1010 'License :: OSI Approved :: Apache Software License' ,
1111 'Topic :: Software Development :: Quality Assurance' ,
1515
1616install_requires = [
1717 "behave>=1.2.5" ,
18- "allure-python-commons==2.3.4b1 "
18+ "allure-python-commons==2.4.0 "
1919]
2020
2121
Original file line number Diff line number Diff line change 1- from __future__ import print_function
2-
31from behave .model import ScenarioOutline
42from behave .formatter .base import Formatter
53import allure_commons
@@ -11,11 +9,6 @@ class AllureFormatter(Formatter):
119 def __init__ (self , stream_opener , config ):
1210 super (AllureFormatter , self ).__init__ (stream_opener , config )
1311
14- self .config = config
15-
16- with open ("debug-runner" , "a" ) as debugfile :
17- print (config .show_skipped , file = debugfile )
18-
1912 self .listener = AllureListener (config )
2013 file_logger = AllureFileLogger (self .stream_opener .name )
2114
Original file line number Diff line number Diff line change 1414 pass
1515
1616PACKAGE = "allure-pytest"
17- VERSION = "2.3.4b1 "
17+ VERSION = "2.4.0 "
1818
1919classifiers = [
20- 'Development Status :: 4 - Beta ' ,
20+ 'Development Status :: 5 - Production/Stable ' ,
2121 'Framework :: Pytest' ,
2222 'Intended Audience :: Developers' ,
2323 'License :: OSI Approved :: Apache Software License' ,
2828install_requires = [
2929 "pytest>=3.3.0" ,
3030 "six>=1.9.0" ,
31- "allure-python-commons==2.3.4b1 "
31+ "allure-python-commons==2.4.0 "
3232]
3333
3434
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33PACKAGE = "allure-python-commons-test"
4- VERSION = "2.3.4b1 "
4+ VERSION = "2.4.0 "
55
66install_requires = [
77 "pyhamcrest>=1.9.0" ,
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33PACKAGE = "allure-python-commons"
4- VERSION = "2.3.4b1 "
4+ VERSION = "2.4.0 "
55
66classifiers = [
7- 'Development Status :: 4 - Beta ' ,
7+ 'Development Status :: 5 - Production/Stable ' ,
88 'Intended Audience :: Developers' ,
99 'License :: OSI Approved :: Apache Software License' ,
1010 'Topic :: Software Development :: Quality Assurance' ,
Original file line number Diff line number Diff line change 33
44
55PACKAGE = "allure-robotframework"
6- VERSION = "0.1.3 "
6+ VERSION = "2.4.0 "
77
88classifiers = [
9- 'Development Status :: 4 - Beta ' ,
9+ 'Development Status :: 5 - Production/Stable ' ,
1010 'Framework :: Robot Framework' ,
1111 'Framework :: Robot Framework :: Tool' ,
1212 'Intended Audience :: Developers' ,
1616]
1717
1818install_requires = [
19- "allure-python-commons==2.3.4b1 " ,
19+ "allure-python-commons==2.4.0 " ,
2020]
2121
2222
You can’t perform that action at this time.
0 commit comments