summaryrefslogtreecommitdiffstats
path: root/test/unittest/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Add in some support for test coverage.Adrian Likins2008-10-153-0/+230
test/unittest/plugins/*: add a funccover nosetest plugin that can write out code coverage attribution information cover_to_html.py: script to convert coverage information to html output. This isn't integrated into the test scripts yet, but should work for manually ran tests. See plugins/README for more info