summaryrefslogtreecommitdiff
path: root/coverage/runners
Commit message (Collapse)AuthorAgeFilesLines
* Remove the test runner plugins for now.Ned Batchelder2010-07-124-249/+0
|
* The 'source' option is a list of directories or packages to limit coverage's ↵Ned Batchelder2010-06-131-3/+3
| | | | attention.
* Minor cosmeticsNed Batchelder2010-06-081-5/+1
|
* A cleaner way to decide on reports to createNed Batchelder2010-06-081-6/+5
|
* Quiet some lint warnings.Ned Batchelder2010-06-012-1/+5
|
* --cover-report wasn't defaulting properly.Ned Batchelder2010-06-011-1/+4
|
* Add some docstringsNed Batchelder2010-06-014-6/+11
|
* Make include and omit work properly in the plugin.Ned Batchelder2010-05-312-3/+3
|
* Clean up the plugins more. Add the rcfile and include options. Omit can no ↵Ned Batchelder2010-05-312-39/+51
| | | | 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-303-156/+157
|
* Move the test runner plugins into their own sub-package.Ned Batchelder2010-05-303-0/+229
--HG-- rename : coverage/noseplugin.py => coverage/runners/noseplugin.py rename : coverage/testplugin.py => coverage/runners/pytestplugin.py