Files
gaokao-volunteer-system/pytest.ini
Hermes Agent ca480ebf84
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled
chore(quality): close T5.5 coverage gate
2026-06-13 22:31:40 +08:00

13 lines
320 B
INI
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[pytest]
# 统一的测试发现规则(本地与 CI 行为一致)
testpaths = admin/tests tests data
python_files = test_*.py *_test.py
python_classes = Test*
python_functions = test_*
# 输出
addopts = -ra --strict-markers --tb=short
# 超时:单个测试 30s防止 CI 因卡死浪费资源)
timeout = 30