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

Function test_normalize_base_url_with_scheme

tests/test_recon_engine.py:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36
37
38def test_normalize_base_url_with_scheme():
39 from recon_engine import _normalize_base_url
40 assert _normalize_base_url("https://example.com/path/") == "https://example.com"
41
42
43def test_normalize_base_url_bare_host():

Callers

nothing calls this directly

Calls 1

_normalize_base_urlFunction · 0.90

Tested by

no test coverage detected