unittest
The Python unit testing framework, known as unittest
and previously referred to as PyUnit, is a Python implementation of JUnit, a Java version of Kent Beck's Smalltalk testing framework. unittest
has been included in Python standard library from Python version 2.1.[1] The author is Steve Purcell.
References
External links
- Unittest on 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