阳洁
2023-07-14 a4b4cd5b7efb19da1cd1f478e07201dc0f8b9c71
main.py
@@ -5,7 +5,7 @@
def run_testcases():
    pytest.main(['-vs', '--html=report/report.html', 'testcase/test_smoking.py'])
    pytest.main(['-vs', '--html=report/report.html', 'testcase/test_*.py'])
if __name__ == '__main__':