Files
edx-platform/cms/pytest.ini
2017-09-22 16:07:53 -04:00

7 lines
197 B
INI

[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