MCPcopy
hub / github.com/pallets/werkzeug / test_get_host_unix

Function test_get_host_unix

tests/sansio/test_utils.py:39–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38
39def test_get_host_unix() -> None:
40 assert get_host("http", None, ("unix/socket", None)) == ""
41
42
43def test_get_host_missing() -> None:

Callers

nothing calls this directly

Calls 1

get_hostFunction · 0.90

Tested by

no test coverage detected