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

Function test_get_text

tests/response_test.py:94–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92@pytest.mark.asyncio
93@pytest.mark.flaky(reruns=3, reruns_delay=2)
94async def test_get_text():
95 url = "https://httpbin.org/html"
96 response = await client.get(url)
97 text = await response.text()
98 assert text is not None
99
100
101@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected