summaryrefslogtreecommitdiff
path: root/coverage/runners/noseplugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the test runner plugins for now.Ned Batchelder2010-07-121-53/+0
|
* Minor cosmeticsNed Batchelder2010-06-081-5/+1
|
* Quiet some lint warnings.Ned Batchelder2010-06-011-0/+2
|
* Add some docstringsNed Batchelder2010-06-011-3/+2
|
* Make include and omit work properly in the plugin.Ned Batchelder2010-05-311-1/+1
|
* Clean up the plugins more. Add the rcfile and include options. Omit can no ↵Ned Batchelder2010-05-311-6/+11
| | | | longer be a file of omissions, use the rcfile for that.
* Refactor the common parts of the plugins to neutral territory.Ned Batchelder2010-05-301-1/+3
|
* Move the test runner plugins into their own sub-package.Ned Batchelder2010-05-301-0/+49
--HG-- rename : coverage/noseplugin.py => coverage/runners/noseplugin.py rename : coverage/testplugin.py => coverage/runners/pytestplugin.py