pytest-asyncio

Package — TestingPython 3.7+Intermediate

Pytest plugin for testing asyncio coroutines

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
pytest, typing-extensions
Install
pip install pytest-asyncio

Learn by Difficulty

Quick Example

python
# Install: pip install pytest-asyncio
import pytest_asyncio

# Basic pytest-asyncio usage
print(f"Using pytest-asyncio")
# See documentation for detailed examples

pytest-asyncio is a third-party package. Pytest plugin for testing asyncio coroutines. Install with: pip install pytest-asyncio

Try in Playground

Tags

packagetestingquality-assurance