summaryrefslogtreecommitdiff
path: root/coverage/runners/pytestplugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the test runner plugins for now.Ned Batchelder2010-07-121-34/+0
|
* Add some docstringsNed Batchelder2010-06-011-2/+2
|
* Refactor the common parts of the plugins to neutral territory.Ned Batchelder2010-05-301-155/+9
|
* Move the test runner plugins into their own sub-package.Ned Batchelder2010-05-301-0/+180
--HG-- rename : coverage/noseplugin.py => coverage/runners/noseplugin.py rename : coverage/testplugin.py => coverage/runners/pytestplugin.py