Description
The Python unit testing framework, sometimes referred to as “PyUnit,” is a Python language version of JUnit, by Kent Beck and Erich Gamma. JUnit is, in turn, a Java version of Kent’s Smalltalk testing framework. Each is the de facto standard unit testing framework for its respective language.
unittest
supports test automation, sharing of setup and shutdown code for tests, aggregation of tests into collections, and independence of the tests from the reporting framework. The unittest
module provides classes that make it easy to support these qualities for a set of tests.
Details
- Listing categories Unit test
- Licence Open Source
- Status Abandoned
- Supported Technology Python
- User Interface Command line
Post New Review
You must be logged in to post a comment.