satori/.coveragerc
Ziad Sawalha f6080c5271 Update tests and testing requirements
- pep257 with our patches (>=0.3.2)
- flake8_docstring with our patch (>=0.2.0)
- python-whois with python 3 patches
- don't need Babel or WebOb yet; remove
- sort alphabetically where order is not important
- indicate python 3/3.3 compatibility; classifiers
- document running coverage report
- add coverage and virtual env paths to .gitignore
- fix coverage filtering to not include tests
- tweak pylintrc

Change-Id: I0e840a424bebd35d349a21ab769f47da7b34a02d
2014-03-14 16:47:40 -05:00

8 lines
89 B
INI

[run]
branch = True
source = satori
omit = satori/tests/*
[report]
ignore-errors = True