Skip to content

Unit Testing

RifatShovon edited this page Dec 20, 2019 · 1 revision

The Python unit testing framework, sometimes referred to as “PyUnit,” is a Python language version of JUnit.

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.

For more :

Python Unit Testing Framework

Clone this wiki locally