公告板
版本库
filestore
活动
搜索
登录
阳洁
/
tal_autoTest
测评系统自动化脚本
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
测评系统自动测试
阳洁
2023-07-13
2895a64905b07b2f16fa890773c9475290f88630
[~yj/tal_autoTest.git]
/
main.py
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()