02, September 2009 Link Nosetests and Setuptools

The way to run tests with nose using 'nosetests' setuptools command.

02, July 2009 Link Python testing tools

A huge collection of tools for unittesting, creating mock objects, doing web or gui testing, coverage measurement and continuous integration.

14, April 2009 Link Nose — alternate unittesting for python

Nose is alternate unittesting library for python. Probably, I should try this instead of plain unittest library.