PyUnit is the standard Unit_Test framework module for Python_programming_language, described as a Python version of JUnit. It is now part of Python s standard library.
= Links =
*[
http://pyunit.sourceforge.net/ Sourceforge site]. PyUnit is now in the Python standard library as module unittest . Use the sources here for old (pre-2.1) versions of Python.
*[
http://www.python.org/doc/current/lib/module-unittest.html Official documentation]
*Excellent tutorials from [
http://www.diveintopython.org Dive Into Python]
[http://diveintopython.org/unit_testing/index.html Unit Testing]
[http://diveintopython.org/unit_testing/stage_1.html Test-First Programming]
TestOOB extends PyUnit with extra functionality