akarpov/pytest.ini

5 lines
121 B
INI
Raw Normal View History

2022-11-23 11:41:43 +03:00
[pytest]
2023-09-08 16:17:35 +03:00
DJANGO_SETTINGS_MODULE = config.settings.test
python_files = tests.py test_*.py *_tests.py
addopts = --reuse-db