PyUnit
From Wikipedia, the free encyclopedia
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.
[edit] External links
- 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.
- Official documentation
- Excellent tutorials from Dive Into Python
- TestOOB extends PyUnit with extra functionality
- XPyUnit adds XML report generation to PyUnit