django-modeltranslation/pytest.ini
2022-07-13 19:02:47 +03:00

9 lines
207 B
INI

[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