6 lines
110 B
INI
6 lines
110 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = config.settings
|
|
pythonpath = backend
|
|
python_files = test_*.py
|
|
addopts = -ra
|