<br><br><div><span class="gmail_quote">On 2/28/07, <b class="gmail_sendername">Grig Gheorghiu</b> &lt;<a href="mailto:grig@gheorghiu.net">grig@gheorghiu.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
--- bear &lt;<a href="mailto:bear42@gmail.com">bear42@gmail.com</a>&gt; wrote:<br><br>&gt; As I embark on yet another tweak to some custom bash code that runs<br>&gt; our unit<br>&gt; and functional tests I thought about the new list :)
<br>&gt;<br>&gt; So, my question for the guru&#39;s of test is:&nbsp;&nbsp;what code do you use to<br>&gt; run all<br>&gt; (or some) unittest.TestCase files?<br><br>One possible way: use the nose test collector and runner, called<br>
nosetests.<br><br>Resources:<br><br><a href="http://ivory.idyll.org/articles/nose-intro.html">http://ivory.idyll.org/articles/nose-intro.html</a><br><a href="http://somethingaboutorange.com/mrl/projects/nose/#usage">http://somethingaboutorange.com/mrl/projects/nose/#usage
</a><br></blockquote></div><br>I&#39;ll take a look now -- thanks!<br>