mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
4 lines
169 B
INI
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
|