[TIP] secondary testing tools

Rustom Mody rustompmody at gmail.com
Thu May 5 19:11:51 PDT 2011


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?



More information about the testing-in-python mailing list