Hello guys,
Could you guys review it?
The idea I am proposing is that, instead of mocking the root object ("flask.request"), we address the issue by mocking only the needed
methods and attributes. This facilitates the understanding of the unit test, and also
helps people to pin-point problems right away as the mocked attributes/methods are clearly seen in the unit test.
--