mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-10 21:56:34 +03:00
5 lines
121 B
INI
5 lines
121 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = config.settings.test
|
|
python_files = tests.py test_*.py *_tests.py
|
|
addopts = --reuse-db
|