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

Function test_alps_new_endpoint

tests/client_test.py:85–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83@pytest.mark.asyncio
84@pytest.mark.flaky(reruns=3, reruns_delay=2)
85async def test_alps_new_endpoint():
86 url = "https://google.com"
87 client = rnet.Client(impersonate=Impersonate.Chrome133)
88 response = await client.get(url)
89 text = await response.text()
90 assert text is not None

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
textMethod · 0.45

Tested by

no test coverage detected