File: setup.cfg

package info (click to toggle)
daps 3.3.2%2Bcleaned1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,540 kB
  • sloc: xml: 9,773; sh: 3,059; python: 1,322; lisp: 380; makefile: 239
file content (10 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
[tool:pytest]
norecursedirs = .git .env/ .pyenv/ .tmp/ .eggs/ dist/ build/
testpaths = bin/ tests
addopts =
    --ignore=.eggs/
    --ignore=tests/gen.py
    --doctest-modules
    --doctest-report ndiff
    --cov=gen
    --cov-report=term-missing