File: pytest.ini

package info (click to toggle)
python-injector 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 1,908; makefile: 146
file content (3 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (3)
1
2
3
[pytest]
addopts = -v --tb=native --doctest-glob=*.md --doctest-modules --cov-report term --cov-report html --cov-report xml --cov=injector --cov-branch
norecursedirs = __pycache__ *venv* .git build