6 lines
107 B
INI
6 lines
107 B
INI
|
|
# pytest.ini
|
||
|
|
[pytest]
|
||
|
|
DJANGO_SETTINGS_MODULE = cbmi.settings
|
||
|
|
python_files = tests.py test_*.py *_tests.py
|
||
|
|
|