python2-mock 3.0.5 Python mocking and patching library for testing

Mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used.