7 lines
258 B
INI
7 lines
258 B
INI
[pytest]
|
|
# Only collect the unit-test suite. This keeps pytest away from
|
|
# scripts/smoke_test.py (an executable end-to-end script, not a unit test,
|
|
# whose name would otherwise match the default *_test.py pattern).
|
|
testpaths = tests
|
|
python_files = test_*.py
|