pytest-cov icon indicating copy to clipboard operation
pytest-cov copied to clipboard

WIP: Multiprocess support

Open edcarter opened this issue 4 years ago • 1 comments

Add support for multiprocess library as outlined in: https://github.com/pytest-dev/pytest-cov/issues/464

This is a work in progress since no documentation or tests have been updated.

edcarter avatar May 03 '21 20:05 edcarter

Seems simple enough. I guess for the tests ... some parametrization on the multiprocessing tests (parametrize which implementation) would be the way to do it?

ionelmc avatar May 04 '21 12:05 ionelmc

I think we can't do this anymore (mp support is gone, users have to rely on whatever coveragepy has for that).

ionelmc avatar Mar 18 '24 13:03 ionelmc