software testing tool

unittest Claim

0 / 5

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 unittestmodule provides classes that make it easy to support these qualities for a set of tests.

Post New Review

Choose Page Layout
Header Position
Submenu Style