nose is a discovery-based unittest extension that provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic.
nose 0.9.2 includes quite a few bug fixes and new features. The most significant are the new nosetests setuptools command, contributed by James Casbon, better support for python 2.2 thanks to a patch from Chad Whitacre, and some useful utilities for testing Twisted programs and writing decorators contributed by Antoine Pitrou. Thanks to them all, and the many other folks who contributed patches and filed bug reports and feature requests. For more information, see: http://somethingaboutorange.com/mrl/ projects/nose/ nose's project home has moved from python hosting to Google code. Please update your svn checkouts and bookmarks. To check out the current trunk: svn co http://python-nose.googlecode.com/svn/trunk To file issues, go to the new issues page: http://code.google.com/p/python-nose/issues/list To read up on features, writing plugins, and other topics, visit the new wiki: http://code.google.com/p/python-nose/w/list -- http://mail.python.org/mailman/listinfo/python-list