mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
4 lines
205 B
INI
4 lines
205 B
INI
[pytest]
|
|
addopts = --cov axes --cov-config .coveragerc --cov-append --cov-report term-missing
|
|
python_files = tests.py test_*.py tests_*.py *_tests.py *_test.py
|
|
DJANGO_SETTINGS_MODULE = axes.tests.settings
|