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

11 lines
156 B
INI

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