<div dir="ltr">I think nose has the ability to customize the output. Haven&#39;t dived in too much.<div style>But I do know nose-progressive can output pretty nicely.</div><div style><a href="https://pypi.python.org/pypi/nose-progressive/">https://pypi.python.org/pypi/nose-progressive/</a><br>
</div><div style>In particular the option <span style="color:rgb(0,0,0);font-family:monospace;font-size:12px;line-height:17.8125px;white-space:pre">--progressive-advisories you can check it out.</span></div><div style><span style="color:rgb(0,0,0);font-family:monospace;font-size:12px;line-height:17.8125px;white-space:pre">Search in </span><a href="http://www.verious.com/code/svetlyak40wt/nose-progressive/">http://www.verious.com/code/svetlyak40wt/nose-progressive/</a></div>
<div style><br></div><div style>BY default it gives you the nice text. Another way I can think of is the XML report.</div><div style><br></div><div style>John</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Apr 29, 2013 at 12:23 PM, medford bridges <span dir="ltr">&lt;<a href="mailto:medford.bridges@gmail.com" target="_blank">medford.bridges@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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>
<br>_______________________________________________<br>
testing-in-python mailing list<br>
<a href="mailto:testing-in-python@lists.idyll.org">testing-in-python@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/testing-in-python" target="_blank">http://lists.idyll.org/listinfo/testing-in-python</a><br>
<br></blockquote></div><br></div>