阳洁
2023-07-13 4b58ba04a18967dca02217f74da41b85ab05d951
1
2
3
4
5
6
7
8
9
10
import pytest
import pytest_html
 
 
def run_testcases():
    pytest.main(['-vs', '--html=report/report.html', 'testcase/test_smoking.py'])
 
 
if __name__ == '__main__':
    run_testcases()