blog_parametrize/pytest.ini

7 lines
126 B
INI
Raw Normal View History

2024-01-27 19:13:22 +01:00
[pytest]
DJANGO_SETTINGS_MODULE=demo.settings
python_files=tests.py
addopts = --create-db
log_cli = True
log_cli_level = INFO