[TIP] secondary testing tools

Jorge Vargas jorge.vargas at gmail.com
Thu May 5 20:43:21 PDT 2011


On Thu, May 5, 2011 at 10:11 PM, Rustom Mody <rustompmody at gmail.com> wrote:

> For running a battery of tests (in good-ol C projects), the Makefile
> is often used.
>
> What is the recommended tool for orchestrating testing in python?
>
> Is scons suitable for this? Or do folks just stay within nose,
> unittest etc and not use a separate tool?
>

Mostly that.

However they are plenty of Make/Rake replaments out there which are kind of
ok but not all the way there. Personally I'm writting my own.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20110505/20007234/attachment.htm>


More information about the testing-in-python mailing list