PyUnit is the standard unit testing framework module for Python, described as a Python version of JUnit. It is now part of Python's standard library.
External link
Sourceforge site. Because PyUnit is part of the standard library now, this link is mostly for historical interest. Don't use the libraries here unless you must use a version of Python earlier than 2.1.