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

Function test_normalize_base_url_bare_host

tests/test_recon_engine.py:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42
43def test_normalize_base_url_bare_host():
44 from recon_engine import _normalize_base_url
45 assert _normalize_base_url("example.com") == "https://example.com"
46
47
48def test_registrable_domain_simple():

Callers

nothing calls this directly

Calls 1

_normalize_base_urlFunction · 0.90

Tested by

no test coverage detected