MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / test_split_host_port_https_url

Function test_split_host_port_https_url

tests/test_recon_engine.py:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13def test_split_host_port_https_url():
14 from recon_engine import _split_host_port
15 assert _split_host_port("https://example.com/path", 443) == ("example.com", 443)
16
17
18def test_split_host_port_explicit_port():

Callers

nothing calls this directly

Calls 1

_split_host_portFunction · 0.90

Tested by

no test coverage detected