Files
deb-python-falcon/setup.cfg
kgriffs a689b5be0b fix(testing: Use a case-insensitive dict for srmock headers_dict
This patch should reduce the number of tests that will break due to the
change to returning lowercased headers from falcon.Response.
2014-01-08 12:09:54 -06:00

19 lines
270 B
INI

[egg_info]
tag_build = rc2
[wheel]
universal = 1
[nosetests]
where = tests
verbosity = 2
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