{"library":"pytest-aio","title":"pytest-aio","description":"Pytest plugin for testing async Python code. Provides fixtures and markers for running async tests with pytest. Supports asyncio, trio, and other async frameworks. Current version 2.1.7, released under Apache 2.0 license. Active development, weekly commits.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pytest-aio"],"cli":null},"imports":["import pytest_aio"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# test_async.py\nimport pytest\n\n@pytest.mark.asyncio\nasync def test_async_example():\n    result = await some_async_function()\n    assert result == expected_value\n","lang":"python","description":"Basic async test using pytest-aio. Mark test with @pytest.mark.asyncio.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}