Unit testing frameworks

Jean-Paul Calderone exarkun at divmod.com
Tue Mar 24 10:13:47 EDT 2009


On Tue, 24 Mar 2009 05:06:47 -0700 (PDT), 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.

One such tool is trial, http://twistedmatrix.com/trac/wiki/TwistedTrial

Jean-Paul



More information about the Python-list mailing list