阳洁
2023-07-17 84d824ab75d547484a11633c23d217f0deba4e92
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'])
if __name__ == '__main__':