Apologies in advance if this is a too opt-asked, frequently answered question so I&#39;ll keep it really simple.<div><br></div><div>Given this output from a couple of tests in a couple of files, run by nosetests:</div><div>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>...</div><div>Ran 8 tests in 0.077s</div><div><br></div><div>FAILED (failures=4)</div></blockquote><br></div><div>Is there a option or other tool set to produce something more like this, either instead or in addition to basic output?</div>
<div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>...</div><div>SimpleTest1   2/2/0/4 (pass/fail/error/total tests) </div><div>SimpleTest2   2/2/0/4 (pass/fail/error/total tests)</div><div>Summary       4/4/0/8 (pass/fail/error/total tests)</div>
</blockquote><br></div><div>In particular, I&#39;d like to be able to track total tests run, pass/fail percentages, and more without diving into output parsing.</div><div><br></div><div>It would be useful to get a count of tests in a test case file or test suite collection, even if some were skipped for various reasons.</div>
<div><br></div><div>Thanks.</div>