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

Function test_options

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

Source from the content-addressed store, hash-verified

43
44
45def test_options(server):
46 response = httpx.options(server.url)
47 assert response.status_code == 200
48 assert response.reason_phrase == "OK"
49
50
51def test_head(server):

Callers

nothing calls this directly

Calls 1

optionsMethod · 0.45

Tested by

no test coverage detected