10 lines
138 B
INI
10 lines
138 B
INI
[tool:pytest]
|
|
norecursedirs = .* *.egg build dist docs
|
|
testpaths = ./
|
|
|
|
[coverage:run]
|
|
branch = True
|
|
|
|
[coverage:report]
|
|
omit =
|
|
test/*
|