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