[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