django-axes/pytest.ini

5 lines
169 B
INI
Raw Normal View History

[pytest]
testpaths = tests
2020-11-26 10:03:50 +00:00
addopts = --cov axes --cov-config .coveragerc --cov-append --cov-report term-missing --cov-report=xml
DJANGO_SETTINGS_MODULE = tests.settings