Created by: nielsvaneck
What is this Python project?
Mockito is a Python implementation of the Java Mockito mock / spying framework. Mockito makes it very easy to write powerful mocks in a readable concise way.
https://github.com/kaste/mockito-python https://mockito-python.readthedocs.io/en/latest/
What's the difference between this Python project and similar ones?
Mockito implements the Mock definition "language" introduced by the Java Library. It allows precisely injecting mocks in objects as needed rather than having to supply fully dedicated mock objects. Mocks can be configured with custom behavior based on inputs through argument matchers.
--
Anyone who agrees with this pull request could submit an Approve review to it.