
- !88 pytest on existing tests - !89 reorganise settings (! see notes for deployment) Co-authored-by: bkfox <thomas bkfox net> Reviewed-on: #92
5 lines
128 B
INI
5 lines
128 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = instance.settings
|
|
# -- recommended but optional:
|
|
python_files = tests.py test_*.py *_tests.py
|