summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorzhangzilong <[email protected]>2023-12-18 09:56:15 +0800
committerzhangzilong <[email protected]>2023-12-18 09:56:15 +0800
commit8f833f053e3fbd67a64ad8fd1be75f8ee8063116 (patch)
tree7faa908c905426d9c15e0fc537d9490476e6ebb0 /main.py
parentca1c5d6297951c84f4b78b38a37760522e106cd7 (diff)
commit
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 18e861ab..b00a0092 100644
--- a/main.py
+++ b/main.py
@@ -6,7 +6,7 @@ import pytest
if __name__ == '__main__':
- pytest.main(["-cache-clear","-s", "-v", "cases/","--check-max-tb","9000","--reruns=1","--alluredir","./results/reports"])
+ pytest.main(["-cache-clear","-s", "-v", "cases/","--check-max-tb","9000","--alluredir","./results/reports"])
"""
# 在测试文件的当前路径执行如下命令执行测试用例: