阳洁
2023-07-14 ed6bdc9d2196ee980d5498c4d9993401c078d304
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__':