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

Function test_delete

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

Source from the content-addressed store, hash-verified

67
68
69def test_delete(server):
70 response = httpx.delete(server.url)
71 assert response.status_code == 200
72 assert response.reason_phrase == "OK"
73
74
75def test_stream(server):

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected