Skip to content
Snippets Groups Projects
pytest.ini 217 B
Newer Older
Juan Pedro Sánchez's avatar
Juan Pedro Sánchez committed
[pytest]
DJANGO_CONFIGURATION = Test
DJANGO_SETTINGS_MODULE = demo.settings

addopts = --nomigrations --create-db --cov-report=html -vv
python_files = test_*.py tests.py
filterwarnings =
   ignore::DeprecationWarning