mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
9 lines
207 B
INI
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
|