PyUnit
|
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.
External link
- Sourceforge site (http://pyunit.sourceforge.net/). Because PyUnit is part of the standard library now, this link is mostly for historical interest. Don't use the libraries here unless you must use a version of Python earlier than 2.1.
- Official documentation (http://www.python.org/doc/current/lib/module-unittest.html)Template:Compu-soft-stub