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

Function test_split_host_port_bare_host

tests/test_recon_engine.py:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22
23def test_split_host_port_bare_host():
24 from recon_engine import _split_host_port
25 assert _split_host_port("example.com", 443) == ("example.com", 443)
26
27
28def test_split_host_port_host_with_port():

Callers

nothing calls this directly

Calls 1

_split_host_portFunction · 0.90

Tested by

no test coverage detected