PyUnit
From Wikipedia, the free encyclopedia
| Original author(s) | Steve Purcell |
|---|---|
| Discontinued | 1.4.1 / 2001/08/09 |
| Development status | Merged into Python as the unittest module |
| Written in | Python |
| Type | Test Tool |
| License | Python License |
| Website | 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 (as the unittest module). The author is Steve Purcell.
[edit] See also
[edit] External links
- PyUnit at SourceForge.net. 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
- Tutorials from Dive into Python [1]
- TestOOB extends PyUnit with extra functionality
- XPyUnit adds XML report generation to PyUnit
| This computer programming-related article is a stub. You can help Wikipedia by expanding it. |