Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# mypy: allow-untyped-defs
import trio
import pytest
@pytest.mark.trio
async def test_sleep():
await trio.sleep(0)