File: pytest.ini

package info (click to toggle)
hiro 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: python: 2,006; sh: 54; makefile: 30
file content (8 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
[pytest]
norecursedirs = build *.egg
addopts =
    --verbose
    --tb=short
    --capture=no
    -rfEsxX
    --cov=hiro