From 61a7fc87f75f7ef34fd0e3990f3d01e6a68b9c46 Mon Sep 17 00:00:00 2001 From: 阳洁 <2077506045@qq.com> Date: 星期二, 18 七月 2023 17:34:21 +0800 Subject: [PATCH] 测评系统自动测试 --- main.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/main.py b/main.py index c5d920f..fa7772c 100644 --- a/main.py +++ b/main.py @@ -1,9 +1,11 @@ +import time + import pytest import pytest_html def run_testcases(): - pytest.main(['-vs', '--html=report/report.html', 'testcase/test_smoking.py']) + pytest.main(['-vs', '--html=report/report.html', 'testcase']) if __name__ == '__main__': -- Gitblit v1.9.1