How mock.patch decorator works in python
I faced the trouble around mock.patch and parameterized and checked out how these works in general so I would write up here. This post will explain how mock.patch decorate in general and parameterized will be explained in other post later.