Some checks failed
Smoke Test / smoke (push) Has been cancelled
Merge PR #613
8 lines
280 B
INI
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_*
|