Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
39
def
test_get_host_unix() -> None:
40
assert get_host(
"http"
, None, (
"unix/socket"
, None)) ==
""
41
42
43
def
test_get_host_missing() -> None:
Callers
nothing calls this directly
Calls
1
get_host
Function · 0.90
Tested by
no test coverage detected