fixup! Support coverage for subprocess. (#399)

Add missing egg `coverage` to part that imports coverage on
initialization.
parent 88219037
...@@ -23,6 +23,7 @@ recipe = zc.recipe.testrunner ...@@ -23,6 +23,7 @@ recipe = zc.recipe.testrunner
eggs = eggs =
zc.buildout[test] zc.buildout[test]
zc.recipe.egg zc.recipe.egg
coverage
initialization = initialization =
import os import os
if 'COVERAGE_PROCESS_START' not in os.environ: os.environ['COVERAGE_PROCESS_START'] = os.path.abspath('../../.coveragerc') if 'COVERAGE_PROCESS_START' not in os.environ: os.environ['COVERAGE_PROCESS_START'] = os.path.abspath('../../.coveragerc')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment