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.
16 lines
234 B
INI
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
|
|
|