阳洁
2023-07-18 a815dd4336ea9239d72d306b0bebdc4bd6d1a98a
main.py
@@ -1,10 +1,11 @@
import time
import pytest
import pytest_html
from testcase import test_smoking
def run_testcases():
    pytest.main(['-vs', '--html=report/report.html', 'testcase/test_smoking.py'])
    pytest.main(['-vs', '--html=report/report.html', 'testcase/test_vaq.py'])
if __name__ == '__main__':