Unittest Module: Built-in Testing Framework for Python
TL;DR
The unittest module provides TestCase classes, assertion methods, test discovery, and mock objects for comprehensive unit testing with setUp/tearDown methods and test runners.
The unittest module provides TestCase classes, assertion methods, test discovery, and mock objects for comprehensive unit testing with setUp/tearDown methods and test runners.