aiomock
Async mock library
An implementation of Python's Mock with support for asynchronous methods
a version of pythons unittest.Mock with async methods
26 stars
2 watching
0 forks
Language: Python
last commit: 9 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
patrys/httmock | A mocking library for HTTP requests in Python | 467 |
achimnol/aiotools | Provides idiomatic asyncio utilities for building asynchronous applications. | 154 |
aiokitchen/aiomisc | A collection of utility functions and classes for working with asynchronous I/O in Python | 386 |
asomers/mockall | A mock object library for unit testing Rust software | 1,549 |
pnuckowski/aioresponses | A tool to mock and test asynchronous HTTP requests in Python applications | 519 |
appunite/mockery | A library that provides a simple way to mock functions in asynchronous Elixir testing | 92 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 318 |
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 491 |
aio-libs/aiomcache | A minimal asyncio-based client for interacting with memcached servers. | 141 |
hh-h/aiosnmp | An asynchronous SNMP client and trap server for use with asyncio. | 47 |
msamogh/nonechucks | Library that provides dynamic data cleaning and filtering capabilities for PyTorch datasets and samplers | 378 |
dcramer/mock-django | A simple library for mocking Django's ORM behavior. | 223 |
05bit/peewee-async | An asynchronous interface to the Peewee ORM for interacting with databases. | 735 |
jimweirich/flexmock | A flexible mock object library for unit testing Ruby applications | 94 |
easymock/easymock | A Java library that simplifies the use of mock objects in unit testing. | 821 |