Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the test runner plugins for now. | Ned Batchelder | 2010-07-12 | 4 | -249/+0 |
| | |||||
* | The 'source' option is a list of directories or packages to limit coverage's ↵ | Ned Batchelder | 2010-06-13 | 1 | -3/+3 |
| | | | | attention. | ||||
* | Minor cosmetics | Ned Batchelder | 2010-06-08 | 1 | -5/+1 |
| | |||||
* | A cleaner way to decide on reports to create | Ned Batchelder | 2010-06-08 | 1 | -6/+5 |
| | |||||
* | Quiet some lint warnings. | Ned Batchelder | 2010-06-01 | 2 | -1/+5 |
| | |||||
* | --cover-report wasn't defaulting properly. | Ned Batchelder | 2010-06-01 | 1 | -1/+4 |
| | |||||
* | Add some docstrings | Ned Batchelder | 2010-06-01 | 4 | -6/+11 |
| | |||||
* | Make include and omit work properly in the plugin. | Ned Batchelder | 2010-05-31 | 2 | -3/+3 |
| | |||||
* | Clean up the plugins more. Add the rcfile and include options. Omit can no ↵ | Ned Batchelder | 2010-05-31 | 2 | -39/+51 |
| | | | | longer be a file of omissions, use the rcfile for that. | ||||
* | Branch coverage works well, no need for alarm. | Ned Batchelder | 2010-05-31 | 1 | -2/+2 |
| | |||||
* | Refactor the common parts of the plugins to neutral territory. | Ned Batchelder | 2010-05-30 | 3 | -156/+157 |
| | |||||
* | Move the test runner plugins into their own sub-package. | Ned Batchelder | 2010-05-30 | 3 | -0/+229 |
--HG-- rename : coverage/noseplugin.py => coverage/runners/noseplugin.py rename : coverage/testplugin.py => coverage/runners/pytestplugin.py |