django-axes/pytest.ini
2021-01-07 18:23:33 +02:00

4 lines
169 B
INI

[pytest]
testpaths = tests
addopts = --cov axes --cov-config .coveragerc --cov-append --cov-report term-missing --cov-report=xml
DJANGO_SETTINGS_MODULE = tests.settings