asynctest
Async test suite
A testing framework for asynchronous Python libraries
Enhance the standard unittest package with features for testing asyncio libraries
309 stars
7 watching
41 forks
Language: Python
last commit: 7 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
codex-storage/asynctest | Complements Nim's unittest module to test asynchronous code. | 13 |
pytest-dev/pytest-asyncio | Provides support for coroutines in pytest tests | 1,426 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
malcommac/hydra | A lightweight library for writing better async code in Swift | 1,972 |
peterhinch/micropython-async | A resource providing documentation, tutorials, and code examples for using asynchronous programming in MicroPython for embedded systems | 741 |
pytest-dev/pytest-django | Provides a plugin to integrate Django projects with the pytest testing framework. | 1,393 |
quora/asynq | A Python library that simplifies asynchronous programming by allowing batching of requests to external services. | 688 |
codedownio/sandwich | A test framework for Haskell that enables developers to write and run tests for their code. | 68 |
ivaylokenov/mytested.aspnetcore.mvc | A testing library for ASP.NET Core MVC that simplifies the process of writing unit tests for web applications. | 1,725 |
pytest-dev/pytest-flask | Provides tools and fixtures to simplify testing and development of Flask applications | 485 |
wybiral/micropython-aioweb | A lightweight asyncio web framework for MicroPython-based projects | 29 |
05bit/peewee-async | An asynchronous interface for Peewee ORM, providing a drop-in replacement for synchronous code with support for multiple databases. | 735 |
pepelux/sippts | A set of lightweight, modular components for building asynchronous and concurrent systems, designed to simplify the management of coroutines and threads. | 442 |
vert-x3/vertx-unit | A testing framework for Vert.x applications that allows for asynchronous unit testing and concurrent execution of tests. | 32 |
tomplus/kubernetes_asyncio | An asynchronous Python client library for the Kubernetes API | 365 |