[pytest]
DJANGO_SETTINGS_MODULE = webtas.settings
; python_files = tests.py test_*.py *_tests.py

addopts = --cov=. --cov-config=.coveragerc --cov-report xml:cov.xml