6 lines
168 B
INI
6 lines
168 B
INI
[pytest]
|
|
addopts = --nomigrations --reuse-db --durations=20
|
|
norecursedirs = .cache
|
|
python_classes =
|
|
python_files = tests.py test_*.py tests_*.py *_tests.py __init__.py
|