Files
edx-platform/common/lib/pytest.ini
2017-11-15 11:00:39 -05:00

7 lines
216 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = openedx.tests.settings
addopts = --nomigrations --reuse-db --durations=20
norecursedirs = .cache
python_classes =
python_files = tests.py test_*.py tests_*.py *_tests.py __init__.py