- PyUnit
Infobox_Software
name = PyUnit
caption =
developer =
latest_release_version = 1.4.1
latest_release_date = release_date|2001|08|09
operating_system =
programming_language = Python
genre =Test Tool
license =Python License
website = http://pyunit.sourceforge.net/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 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]
*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
*XPyUnit addsXML report generation to PyUnit
Wikimedia Foundation. 2010.