Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mockito #1560

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add mockito #1560

wants to merge 1 commit into from

Conversation

nielsvaneck
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants