MCPcopy
hub / github.com/encode/httpx / test_patch

Function test_patch

tests/client/test_async_client.py:154–157  ·  view source on GitHub ↗
(server)

Source from the content-addressed store, hash-verified

152
153@pytest.mark.anyio
154async def test_patch(server):
155 async with httpx.AsyncClient() as client:
156 response = await client.patch(server.url, content=b"Hello, world!")
157 assert response.status_code == 200
158
159
160@pytest.mark.anyio

Callers

nothing calls this directly

Calls 1

patchMethod · 0.45

Tested by

no test coverage detected