Files
deb-python-falcon/setup.cfg
kgriffs 479ca94214 fix: Achieve 100% code coverage across all environments
Python 3 was just shy of 100%. Getting it up there required some slight
modifications to the way messages are logged to wsgi.errors, but this
should not break any apps.
2013-05-14 17:12:27 -05:00

16 lines
234 B
INI

[egg_info]
tag_build = dev
[nosetests]
where=falcon/tests
with-coverage=true
cover-min-percentage=100
cover-package=falcon
cover-html=true
cover-html-dir=htmlcov
cover-erase=true
cover-inclusive=true
cover-branches=true
verbosity=2