{"library":"pytest-trio","install":[{"cmd":"pip install pytest-trio","imports":["import pytest\n\n@pytest.mark.trio\nasync def test_something():\n    ...","from pytest_trio import trio_fixture\n\n@trio_fixture\nasync def my_fixture():\n    ...","async def test_with_nursery(nursery):\n    await nursery.start(some_task)","async def test_with_clock(autojump_clock):\n    await trio.sleep(1)"]}]}