django-modeltranslation/pytest.ini

10 lines
207 B
INI
Raw Permalink Normal View History

2022-07-11 21:54:26 +00:00
[pytest]
DJANGO_SETTINGS_MODULE=modeltranslation.tests.settings
pythonpath = .
python_files = tests.py test_*.py
addopts =
--no-cov-on-fail
--cov-report=""
--cov modeltranslation
--maxfail=5