summaryrefslogtreecommitdiff
path: root/test/test_testplugin.py
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up the code for the nose pluginDavid Stanek2010-05-211-2/+2
|
* moved the nose plugin to a better nameDavid Stanek2010-02-201-1/+1
| | | | | --HG-- rename : coverage/nose_coverage.py => coverage/noseplugin.py
* merging/unifying test plugin codeholger krekel2009-11-251-0/+36
* coverage/testplugin.py contains common test plugin options and pytest hooks (which don't induce "import py") * coverage/nose_coverage.py contains a basic Nose Plugin * test/test_testplugin.py contains a pytest-functional test and a nose-skeleton one. skipped as appropriate. --HG-- rename : coverage/runner.py => coverage/testplugin.py