File: pytest.ini

package info (click to toggle)
python-warlock 2.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 323; makefile: 14; sh: 2
file content (9 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
[pytest]
testpaths = tests
norecursedirs = .git venv __pycache__
addopts =
    --cov
    --cov-config=.coveragerc
    --cov-report html
    --cov-report term
    --verbose