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

13 lines
296 B
INI
Raw Normal View History

2016-11-24 14:18:22 +00:00
[tool:pytest]
2016-12-29 22:02:35 +00:00
norecursedirs = .* *.egg build dist docs bin boot core dev etc home lib lib64 media mnt node_modules opt proc root run sbin srv sys tmp usr var venv
testpaths = ./
python_files = **/test/test*.py
confcutdir = test
2016-11-24 14:18:22 +00:00
[coverage:run]
branch = True
[coverage:report]
omit =
test/*