pytest-asyncio — Easy Playground
Pytest plugin for testing asyncio coroutines
Getting started with pytest-asyncioRun locally
Install
pip install pytest-asyncioPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: pytest_asyncio)
pytest-asyncio is a third-party package. Pytest plugin for testing asyncio coroutines. Install with: pip install pytest-asyncio
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?