7 lines
126 B
INI
7 lines
126 B
INI
|
[pytest]
|
||
|
DJANGO_SETTINGS_MODULE=demo.settings
|
||
|
python_files=tests.py
|
||
|
addopts = --create-db
|
||
|
log_cli = True
|
||
|
log_cli_level = INFO
|