pytest.ini 197 Bytes
Newer Older
1 2 3 4 5 6
[pytest]
DJANGO_SETTINGS_MODULE = cms.envs.test
addopts = --nomigrations --reuse-db --durations=20 -p no:randomly
norecursedirs = envs
python_classes =
python_files = tests.py test_*.py *_tests.py