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