File: setup.cfg

package info (click to toggle)
reportbug 13.2.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,248 kB
  • sloc: python: 9,838; sh: 70; makefile: 41; lisp: 31
file content (16 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[flake8]
exclude = venv,build
ignore = E501,W503
show-source = true
statistics = true

[tool:pytest]
addopts =
    --verbose
    --exitfirst
    --cov=reportbug
    --cov=tests
    --cov-report=term-missing:skip-covered
    --cov-report=html
markers =
    network: marks tests as using network