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

Function test_patch

tests/test_api.py:63–66  ·  view source on GitHub ↗
(server)

Source from the content-addressed store, hash-verified

61
62
63def test_patch(server):
64 response = httpx.patch(server.url, content=b"Hello, world!")
65 assert response.status_code == 200
66 assert response.reason_phrase == "OK"
67
68
69def test_delete(server):

Callers

nothing calls this directly

Calls 1

patchMethod · 0.45

Tested by

no test coverage detected