[aliases]
test=pytest

[tool:pytest]
addopts = --verbose
python_files = tests/test_*.py
django_find_project = false
DJANGO_SETTINGS_MODULE = tests.settings