阳洁
2023-07-18 5f1ad21111b4344a9e55125720d159dd6b949373
测评系统自动测试
1个文件已修改
2 ■■■ 已修改文件
main.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
main.py
@@ -5,7 +5,7 @@
def run_testcases():
    pytest.main(['-vs', '--html=report/report.html', 'testcase/test_vaq.py'])
    pytest.main(['-vs', '--html=report/report.html', 'testcase'])
if __name__ == '__main__':