This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/setup.cfg
2016-11-28 13:13:07 +01:00

11 lines
158 B
INI

[tool:pytest]
norecursedirs = .* *.egg build dist docs
testpaths = test
confcutdir = test
[coverage:run]
branch = True
[coverage:report]
omit =
test/*