unittest Module in Python

Let's discuss unittest module of python that supports test automation.

We'll cover the following...

The unittest module is actually a testing framework that was originally inspired by JUnit. It currently supports test automation, the sharing of setup and shutdown code, aggregating tests into collections and the independence of tests from the ...