mock-django
ORM mocker
A simple library for mocking Django's ORM behavior.
223 stars
7 watching
31 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ferada/cl-mock | A library for easily replacing parts of existing functions with mock implementations. | 19 |
dcramer/django-devserver | A replacement for Django's built-in development server with enhanced features and flexibility. | 1,267 |
dcramer/django-uuidfield | A Django model field library providing a UUID data type for storing unique identifiers | 262 |
matryer/moq | A tool that generates mock implementations of interfaces for testing and code generation. | 2,001 |
dashbitco/mox | A library for defining concurrent mocks in Elixir to simplify testing of concurrent applications | 1,347 |
zodman/django-inertia-demo | A Django application demonstrating Inertia.js integration with frontend frameworks and technologies | 40 |
waterlink/mocks.cr | A general-purpose mocking library for Crystal | 54 |
driftrock/mockingbird | Assists with creating testable HTTP clients by providing an alternative implementation of HTTP requests | 3 |
nbottarini/mockt | A mocking library for TypeScript and JavaScript | 10 |
patrys/httmock | A mocking library for HTTP requests in Python | 467 |
jjh42/mock | A library for mocking functions in Elixir tests | 656 |
brightify/cuckoo | A tool for creating mocks of Swift objects without boilerplate code. | 1,672 |
micropyramid/django-crm | An online CRM platform built on Django and React, providing a cloud-based workspace for managing customer relationships. | 1,969 |
jdkandersson/flake8-mock-spec | Ensures use of correct mock object arguments to prevent bugs and improve code robustness | 4 |
jasonbock/rocks | A mocking library based on the Compiler APIs (Roslyn + Mocks) to create mock objects for unit testing and verification of virtual methods | 262 |