阳洁
2023-07-18 b61853c4b97104184b5aa8790739e6b8d3c693e4
main.py
@@ -1,9 +1,11 @@
import time
import pytest
import pytest_html
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__':