unittest

This article is about the Python library. For the method of software testing, see unit testing.

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