File: pytest.ini

package info (click to toggle)
django-modeltranslation 0.20.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,084 kB
  • sloc: python: 6,195; javascript: 448; makefile: 154
file content (6 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
[pytest]
DJANGO_SETTINGS_MODULE=modeltranslation.tests.settings
pythonpath = .
python_files = tests.py test_*.py
addopts =
    --maxfail=5