From ddf66cf155af3805323ec55ae6814f2d23d40c07 Mon Sep 17 00:00:00 2001
From: 阳洁 <2077506045@qq.com>
Date: 星期五, 28 七月 2023 18:42:30 +0800
Subject: [PATCH] 测评系统自动测试

---
 main.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/main.py b/main.py
index fa7772c..9de8852 100644
--- a/main.py
+++ b/main.py
@@ -5,7 +5,7 @@
 
 
 def run_testcases():
-    pytest.main(['-vs', '--html=report/report.html', 'testcase'])
+    pytest.main(['-vs', '--html=report/report.html', 'testcase/test_2package_list.py'])
 
 
 if __name__ == '__main__':

--
Gitblit v1.9.1