django-axes/pytest.ini

6 lines
245 B
INI
Raw Normal View History

[pytest]
testpaths = axes/tests
python_files = tests.py test_*.py tests_*.py *_tests.py *_test.py
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 = axes.tests.settings