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

Function test_get_host_missing

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

Source from the content-addressed store, hash-verified

41
42
43def test_get_host_missing() -> None:
44 assert get_host("http", None, None) == ""
45
46
47@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

get_hostFunction · 0.90

Tested by

no test coverage detected