Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merging/unifying test plugin code | holger krekel | 2009-11-25 | 1 | -41/+3 |
| | | | | | | | | | | | * 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 | ||||
* | * move pytest_coverage/nose_plugin to become directly importable | holger krekel | 2009-11-25 | 1 | -0/+106 |
* fixing order of coverage options * pytest: only do coverage-processing if cover-action is defined --HG-- rename : coverage/test_plugins/nose_coverage.py => coverage/nose_coverage.py rename : coverage/test_plugins/pytest_coverage.py => coverage/pytest_coverage.py |