Details
Description
Mock (https://pypi.python.org/pypi/mock) is python library for testing.
It will make test writing much simpler and allow to remove many lines of mock-classes in existent tests.
Want to mention that it's not just a trendy packages, since Python 3.3 it is part of standard library (https://docs.python.org/3/library/unittest.mock.html).