Files
timmy-home/pytest.ini
Alexander Whitestone 0ceb6b01be
Some checks failed
Smoke Test / smoke (push) Has been cancelled
Fix #509: Add trust decay and conflict mechanics to Tower Game (#613)
Merge PR #613
2026-04-14 22:13:53 +00:00

8 lines
280 B
INI

[pytest]
# Only collect files prefixed with test_*.py (not *_test.py).
# Operational scripts under scripts/ end in _test.py and execute
# at import time — they must NOT be collected as tests. Issue #607.
python_files = test_*.py
python_classes = Test*
python_functions = test_*