6 lines
177 B
INI
6 lines
177 B
INI
[tool:pytest]
|
|
DJANGO_SETTINGS_MODULE = ojusomap.settings
|
|
python_files = tests.py test_*.py *_tests.py
|
|
addopts = --reuse-db --strict --tb=short
|
|
norecursedirs = django-cas-server
|