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


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to