MCPcopy Create free account
hub / github.com/stemdeckapp/stemdeck / test_is_loopback

Function test_is_loopback

tests/test_network_gate.py:26–27  ·  view source on GitHub ↗
(host, expected)

Source from the content-addressed store, hash-verified

24 ],
25)
26def test_is_loopback(host, expected):
27 assert _is_loopback(host) is expected
28
29
30def test_host_request_recognizes_own_lan_ip(monkeypatch):

Callers

nothing calls this directly

Calls 1

_is_loopbackFunction · 0.90

Tested by

no test coverage detected