7 lines
174 B
INI
7 lines
174 B
INI
[pytest]
|
|
python_files = tests.py test_*.py *_tests.py
|
|
filterwarnings =
|
|
ignore::RuntimeWarning
|
|
env=
|
|
DJANGO_SETTINGS_MODULE=clicker.test_settings
|
|
addopts=--nomigrations |