File: pytest.ini

package info (click to toggle)
python-pipdeptree 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 176 kB
  • sloc: python: 713; makefile: 35; sh: 19
file content (14 lines) | stat: -rw-r--r-- 568 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[pytest]
norecursedirs = build docs/_build *.egg .tox *.venv virtualenvs
addopts =
    # --verbose
    --tb=short
    # Turn on --capture to have brief, less noisy output
    # You will only see output if the test fails
    # Use --capture no if you want to see it all or have problems debugging
    # --capture=fd
    # --capture=no
    # show extra test summary info as specified by chars (f)ailed, (E)error, (s)skipped, (x)failed, (X)passed.
    -rfEsxX
    # --junitxml=junit.xml
    # --cov=pipdeptree --cov-report=xml --cov-report=html --cov-report=term-missing