Use mock in Python unittest

To test an imported package or class, we need to mock it in our test. This post explains how to use some basic functions of mock in Python unit test.

Read more