On Thu, May 5, 2011 at 10:11 PM, Rustom Mody <span dir="ltr">&lt;<a href="mailto:rustompmody@gmail.com">rustompmody@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

For running a battery of tests (in good-ol C projects), the Makefile<br>
is often used.<br>
<br>
What is the recommended tool for orchestrating testing in python?<br>
<br>
Is scons suitable for this? Or do folks just stay within nose,<br>
unittest etc and not use a separate tool?<br></blockquote><div><br></div><div>Mostly that. </div><div><br></div><div>However they are plenty of Make/Rake replaments out there which are kind of ok but not all the way there. Personally I&#39;m writting my own.</div>

</div>