[PR #596] [CLOSED] Add django-mock-queries to README Mock section #540

Closed
opened 2025-11-06 12:57:26 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/596
Author: @stphivos
Created: 4/4/2016
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • ad0f687 Add django-mock-queries to README Mock section

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

Why this framework/library/software/resource is awesome?

It enables patching Django's user model Manager or QuerySet with a fast in-memory equivalent, to make testing easier and unit tests more concise/maintainable.

Features:

  • QuerySet style support for method chaining
  • Filtering with Q objects
  • Aggregates generation
  • CRUD functions
  • Field lookups
  • django-rest-framework serializer asserts

Info & examples

Vote for this pull request

Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.


🔄 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/596 **Author:** [@stphivos](https://github.com/stphivos) **Created:** 4/4/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`ad0f687`](https://github.com/vinta/awesome-python/commit/ad0f6871f527b2a19adfc6316b7e9eac291cf6d0) Add django-mock-queries to README Mock section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Why this framework/library/software/resource is awesome? It enables patching Django's user model Manager or QuerySet with a fast in-memory equivalent, to make testing easier and unit tests more concise/maintainable. Features: - QuerySet style support for method chaining - Filtering with Q objects - Aggregates generation - CRUD functions - Field lookups - django-rest-framework serializer asserts [Info & examples](https://github.com/stphivos/django-mock-queries) ## Vote for this pull request Who agrees that this change should be merged could add your reactions (e.g. :+1:) to this pull request. --- <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:57:26 -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#540