summaryrefslogtreecommitdiff
path: root/.coveragerc
Commit message (Collapse)AuthorAgeFilesLines
* Replace an "invalid syntax" Python test fixture with a generated tempfile.Ryan Petrello2013-10-231-1/+0
| | | | | | | | | This will resolve warnings when installing with easy_install, and also allows us to not include a invalid-syntax file in our distribution (even though it's only used for tests). Fixes-bug: 1243667 Change-Id: I2bfe0d2a5b2f3944cd97951b9285d153bbcb9362
* Add coverage configuration.Ryan Petrello2013-04-251-0/+3
|
* Improving test discovery and coverage options.Ryan Petrello2012-03-071-2/+0
|
* To 99% testing. Just one more module to test!Jonathan LaCour2011-09-021-1/+1
|
* A little work on improving our coverage reports for Pecan. This gets usJonathan LaCour2011-02-071-0/+2
to 99% coverage. Just a few tests needed for SQLAlchemy JSON support and a redirect test.