[PR #698] [CLOSED] Added fakeredis module #632

Closed
opened 2025-11-06 12:59:21 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/698
Author: @mdawar
Created: 8/18/2016
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

Fakeredis makes it easy to unit test any project using the Redis client redis-py, it simulates interacting with a Redis server so you don't have to manually mock calls and return values.


🔄 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/698 **Author:** [@mdawar](https://github.com/mdawar) **Created:** 8/18/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`f97cd5d`](https://github.com/vinta/awesome-python/commit/f97cd5d530d8854703ef143ccd7e53e95a5c691e) Added fakeredis module ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description [Fakeredis](https://github.com/jamesls/fakeredis) makes it easy to unit test any project using the Redis client [redis-py](https://github.com/andymccurdy/redis-py), it simulates interacting with a Redis server so you don't have to manually mock calls and return values. --- <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 12:59:21 -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#632