Skip to content

Commit 20f62d1

Browse files
authored
Merge pull request #26 from JE-Chen/dev
update stable version
2 parents 3fc038f + 2c9c2c1 commit 20f62d1

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.idea/workspace.xml

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="je_auto_control",
8-
version="0.0.83",
8+
version="0.0.84",
99
author="JE-Chen",
1010
author_email="[email protected]",
1111
description="auto testing",
@@ -33,3 +33,4 @@
3333
)
3434

3535
# python setup.py sdist bdist_wheel
36+
# python -m twine upload dist/*

test/integrated_test/total_record_and_html_report_test/total_record_and_html_report_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
print(repr(error), file=sys.stderr)
3636

3737
print(test_record.total_record_list)
38-
38+
# html name is test.html and this html will recode all test detail
39+
# if test_record.init_total_record = True
3940
generate_html("test")
4041

0 commit comments

Comments
 (0)