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

Function test_delete

tests/client/test_client.py:177–181  ·  view source on GitHub ↗
(server)

Source from the content-addressed store, hash-verified

175
176
177def test_delete(server):
178 with httpx.Client() as client:
179 response = client.delete(server.url)
180 assert response.status_code == 200
181 assert response.reason_phrase == "OK"
182
183
184def test_base_url(server):

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected