multiprocessing & greenlet concurrency · Issue #484 · nedbat/coveragepy (original) (raw)
Originally reported by Luca Sbardella (Bitbucket: lsbardel, GitHub: lsbardel)
I need to test coverage on an library which uses both greenlets
and multiprocessing
.
However the concurrency
flag allows one only.
How about to allow for concurrency=multiprocessing,greenlet
for example?
Until now I have used the coverage API to test for coverage in pulsar but I would like to move away form that and use coverage command line and configuration files only.