File: pytest.ini

package info (click to toggle)
django-recurrence 1.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,148 kB
  • sloc: python: 2,530; javascript: 2,502; makefile: 159; sh: 6
file content (5 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
[pytest]
DJANGO_SETTINGS_MODULE = tests.settings
addopts = --cov recurrence --cov-append --cov-branch --cov-report term-missing --cov-report=xml
testpaths = tests
pythonpath = .