Wednesday 24 February 2010 — This is close to 15 years old. Be careful.
Coverage.py v3.3 is ready. It has two new features, support for .coveragerc configuration files, and a way to start coverage measurement automatically when Python starts. These work together to make it possible to measure coverage in subprocesses started by your test suite.
I had been hoping to get more features into this release, but at PyCon, Dirkjan Ochtman made it clear that it would help Mercurial’s test suite if these two features were released, so here they are.
Comments
Hi there, It seems that the link for measure coverage in subprocesses https://nedbatchelder.com/code/coverage/subprocess.html is not available any more, can you take a look at it? Thanks. I’ve met some problems when measuring code coverage with multi processing program, and I hope I can get some useful knowledge from the post of that link : )
Add a comment: