Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the test runner plugins into their own sub-package. | Ned Batchelder | 2010-05-30 | 1 | -180/+0 |
| | | | | | | --HG-- rename : coverage/noseplugin.py => coverage/runners/noseplugin.py rename : coverage/testplugin.py => coverage/runners/pytestplugin.py | ||||
* | Omit_prefixes is now just 'omit'. | Ned Batchelder | 2010-05-30 | 1 | -5/+5 |
| | |||||
* | Your wish is my command. | Ned Batchelder | 2010-05-30 | 1 | -17/+0 |
| | |||||
* | fixed a bug caused in 8e1995c8156a - refactoring out omit_filter never ↵ | David Stanek | 2010-05-22 | 1 | -1/+1 |
| | | | | really worked | ||||
* | cleaned up the testplugin module | David Stanek | 2010-05-21 | 1 | -103/+75 |
| | |||||
* | refactored the plugin's finish method to better enable filtering modules ↵ | David Stanek | 2010-05-21 | 1 | -6/+10 |
| | | | | from a report | ||||
* | fixed the --cover-packages option | David Stanek | 2010-05-21 | 1 | -11/+11 |
| | |||||
* | fixed an error where not specifying the cover package would cause a traceback | David Stanek | 2010-05-21 | 1 | -4/+6 |
| | |||||
* | modified to use report as the default action - the way the old nose plugin ↵ | David Stanek | 2010-05-21 | 1 | -1/+1 |
| | | | | worked | ||||
* | fixed busted nose integration | David Stanek | 2010-02-20 | 1 | -2/+3 |
| | |||||
* | integrate a patch by prologic (James Mills) to add some options. | holger krekel | 2010-02-10 | 1 | -4/+32 |
| | |||||
* | merging/unifying test plugin code | holger krekel | 2009-11-25 | 1 | -0/+190 |
* 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 |