summaryrefslogtreecommitdiff
path: root/coverage/runners/plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the test runner plugins for now.Ned Batchelder2010-07-121-161/+0
|
* The 'source' option is a list of directories or packages to limit coverage's ↵Ned Batchelder2010-06-131-3/+3
| | | | attention.
* A cleaner way to decide on reports to createNed Batchelder2010-06-081-6/+5
|
* Quiet some lint warnings.Ned Batchelder2010-06-011-1/+3
|
* --cover-report wasn't defaulting properly.Ned Batchelder2010-06-011-1/+4
|
* Add some docstringsNed Batchelder2010-06-011-1/+6
|
* Make include and omit work properly in the plugin.Ned Batchelder2010-05-311-2/+2
|
* Clean up the plugins more. Add the rcfile and include options. Omit can no ↵Ned Batchelder2010-05-311-33/+40
| | | | longer be a file of omissions, use the rcfile for that.
* Branch coverage works well, no need for alarm.Ned Batchelder2010-05-311-2/+2
|
* Refactor the common parts of the plugins to neutral territory.Ned Batchelder2010-05-301-0/+145