Unit Testing with Python’s Patch Decorator

If you are new to mocking in Python, using the unittest.mock library can be somewhat intimidating. In this post, I’ll walk you through some common methods of using the patch decorator. The patchers are highly configurable and have several different options to accomplish the same result. Choosing one method over another can be a task.…