Unit testing frameworks

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue Mar 24 15:31:58 EDT 2009


En Tue, 24 Mar 2009 09:06:47 -0300, <grkuntzmd at gmail.com> escribió:

> 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.

All known testing tools (and some unknown too):

http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy

-- 
Gabriel Genellina




More information about the Python-list mailing list