5 lines
138 B
INI
5 lines
138 B
INI
[pytest]
|
|
minversion = 8.0
|
|
norecursedirs = venv .venv .git *.egg .* build dist
|
|
python_files = tests.py test_*.py *_tests.py
|
|
pythonpath = .
|