7 lines
216 B
INI
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
|