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

Function test_parse_header_links

tests/models/test_headers.py:212–214  ·  view source on GitHub ↗
(value, expected)

Source from the content-addressed store, hash-verified

210 ),
211)
212def test_parse_header_links(value, expected):
213 all_links = httpx.Response(200, headers={"link": value}).links.values()
214 assert all(link in all_links for link in expected)
215
216
217def test_parse_header_links_no_link():

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected