Hello<div><br></div><div>I am seeking some feedback for my Nose branch, at <a href="http://code.google.com/r/arveknudsen-cover-parallel/">http://code.google.com/r/arveknudsen-cover-parallel/</a>, which adds the capability of analyzing coverage properly under multiple processes. My branch adds the option &quot;--cover-parallel&quot; to turn on Coverage.py&#39;s parallel mode, and also &quot;--cover-rcfile&quot; for specifying a configuration file to Coverage.py (through which one may also enable parallel mode).</div>
<div><br></div><div>The practical effect of my changes is both that one can spawn subprocesses from tests and analyze coverage within these (my original motivation), and that one can analyze coverage under multiprocess Nose (cfr. the multiprocess plugin). In order to test the latter functionality, you must check out the named branch&quot;multiprocess-coverage&quot; (revision #728).</div>
<div><br></div><div>I have verified the functionality for myself, but would love some feedback from others :)</div><div><br></div><div>Arve</div>