mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-24 15:04:44 +00:00
10 lines
207 B
INI
10 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
|