()
| 41 | |
| 42 | |
| 43 | def 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 | |
| 48 | def test_registrable_domain_simple(): |
nothing calls this directly
no test coverage detected