阳洁
2023-07-28 ddf66cf155af3805323ec55ae6814f2d23d40c07
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_2package_list.py'])
if __name__ == '__main__':