{"library":"pytest-async","title":"pytest-async","description":"pytest-async is a lightweight Pytest plugin for testing async functions. It automatically runs coroutines in an event loop without requiring decorators like @pytest.mark.asyncio. Current version 0.1.1 targets Python >=3.6. It is in maintenance mode with limited updates.","language":"python","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["pip install pytest-async==0.1.1"],"cli":null},"imports":["import pytest_async"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# test_async.py\nasync def test_async_func():\n    assert await some_async_call()\n\nasync def some_async_call():\n    return 42","lang":"python","description":"Define async test functions directly; no decorator needed. Pytest automatically runs them in an event loop.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}