January 2019
Beginner
318 pages
8h 23m
English
The unittest is a unit testing framework in Python. It supports multiple tasks such as test fixtures, writing test cases, aggregating test cases into the test suites, and running tests.
unittest supports four main concepts, which are listed here:
Python has a unittest module that we will import in ...
Read now
Unlock full access