X Tutup
The Wayback Machine - https://web.archive.org/web/20210204235326/https://github.com/vinta/awesome-python/pull/1560
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
from
Open

Add mockito #1560

wants to merge 1 commit into from

Conversation

@nielsvaneck
Copy link

@nielsvaneck nielsvaneck commented Jun 23, 2020

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.

@53jk1
53jk1 approved these changes Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
X Tutup