MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / test_get_bytes

Function test_get_bytes

tests/response_test.py:103–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101@pytest.mark.asyncio
102@pytest.mark.flaky(reruns=3, reruns_delay=2)
103async def test_get_bytes():
104 url = "https://httpbin.org/image/png"
105 response = await client.get(url)
106 bytes = await response.bytes()
107 assert bytes is not None
108
109
110@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
bytesMethod · 0.45

Tested by

no test coverage detected