diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 23f264e..728b01e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,13 +2,7 @@ - - - - - - @@ -62,7 +56,7 @@ - + @@ -357,7 +351,8 @@ - + + diff --git a/setup.py b/setup.py index 188cfbc..da0489a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="je_auto_control", - version="0.0.83", + version="0.0.84", author="JE-Chen", author_email="zenmailman@gmail.com", description="auto testing", @@ -33,3 +33,4 @@ ) # python setup.py sdist bdist_wheel +# python -m twine upload dist/* diff --git a/test/integrated_test/total_record_and_html_report_test/total_record_and_html_report_test.py b/test/integrated_test/total_record_and_html_report_test/total_record_and_html_report_test.py index 7dea540..bbaf192 100644 --- a/test/integrated_test/total_record_and_html_report_test/total_record_and_html_report_test.py +++ b/test/integrated_test/total_record_and_html_report_test/total_record_and_html_report_test.py @@ -35,6 +35,7 @@ print(repr(error), file=sys.stderr) print(test_record.total_record_list) - +# html name is test.html and this html will recode all test detail +# if test_record.init_total_record = True generate_html("test")