Unit testing frameworks

andrew cooke andrew at acooke.org
Tue Mar 24 10:22:49 EDT 2009


grkuntzmd at gmail.com wrote:
> I am looking for a unit testing framework for Python. I am aware of
> nose, but was wondering if there are any others that will
> automatically find and run all tests under a directory hierarchy.

not exactly a framework, but useful while working on small projects - you
can run tests from inside eclipse (using the pydev plugin for python). 
it's easy to run all tests or some small subset (although it is a bit
buggy for 3.0).

andrew





More information about the Python-list mailing list