[PR #1560] Add mockito #1357

Open
opened 2025-11-06 13:14:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1560
Author: @nielsvaneck
Created: 6/23/2020
Status: 🔄 Open

Base: masterHead: add_mockito


📝 Commits (1)

  • 909e596 Add mockito to Testing section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1560 **Author:** [@nielsvaneck](https://github.com/nielsvaneck) **Created:** 6/23/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add_mockito` --- ### 📝 Commits (1) - [`909e596`](https://github.com/vinta/awesome-python/commit/909e596a242640f74ba7698668f76c125eb6ec45) Add mockito to Testing section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:14:38 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1357