Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the test runner plugins for now. | Ned Batchelder | 2010-07-12 | 1 | -46/+0 |
| | |||||
* | The 'source' option is a list of directories or packages to limit coverage's ↵ | Ned Batchelder | 2010-06-13 | 1 | -1/+1 |
| | | | | attention. | ||||
* | Mark the py.test test as not to be run in nose. | Ned Batchelder | 2010-06-02 | 1 | -0/+3 |
| | |||||
* | Add some docstrings | Ned Batchelder | 2010-06-01 | 1 | -0/+6 |
| | |||||
* | Clean up the plugins more. Add the rcfile and include options. Omit can no ↵ | Ned Batchelder | 2010-05-31 | 1 | -2/+2 |
| | | | | longer be a file of omissions, use the rcfile for that. | ||||
* | Refactor the common parts of the plugins to neutral territory. | Ned Batchelder | 2010-05-30 | 1 | -2/+3 |
| | |||||
* | Move the test runner plugins into their own sub-package. | Ned Batchelder | 2010-05-30 | 1 | -1/+1 |
| | | | | | | --HG-- rename : coverage/noseplugin.py => coverage/runners/noseplugin.py rename : coverage/testplugin.py => coverage/runners/pytestplugin.py | ||||
* | cleaned up the code for the nose plugin | David Stanek | 2010-05-21 | 1 | -2/+2 |
| | |||||
* | moved the nose plugin to a better name | David Stanek | 2010-02-20 | 1 | -1/+1 |
| | | | | | --HG-- rename : coverage/nose_coverage.py => coverage/noseplugin.py | ||||
* | merging/unifying test plugin code | holger krekel | 2009-11-25 | 1 | -0/+36 |
* coverage/testplugin.py contains common test plugin options and pytest hooks (which don't induce "import py") * coverage/nose_coverage.py contains a basic Nose Plugin * test/test_testplugin.py contains a pytest-functional test and a nose-skeleton one. skipped as appropriate. --HG-- rename : coverage/runner.py => coverage/testplugin.py |