<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">nose discovery looks for something resembling a test and that script<br>
</div>
isn&#39;t, but you can force it to be executed using:<br>
<br>
$ nosetests myscript.py<br>
<font color="#888888"><br>
</font></blockquote></div>Assuming I have a multi-level hierarchy of 100&#39;s of python files, all with built-in unit tests, what is the easiest way to get nose to find and run all of the test cases?<br>