PyUnit
From Wikipedia, the free encyclopedia
PyUnit | |
---|---|
Latest release | 1.4.1 / August 9, 2001 |
Written in | 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.
[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