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

Function test_send_text

tests/request_test.py:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60@pytest.mark.asyncio
61@pytest.mark.flaky(reruns=3, reruns_delay=2)
62async def test_send_text():
63 url = "https://httpbin.org/post"
64 response = await client.post(url, body="hello")
65 json = await response.json()
66 assert json["data"] == "hello"
67
68
69@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 2

postMethod · 0.45
jsonMethod · 0.45

Tested by

no test coverage detected