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