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

Function test_registrable_domain_simple

tests/test_recon_engine.py:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47
48def test_registrable_domain_simple():
49 from recon_engine import _registrable_domain
50 assert _registrable_domain("api.example.com") == "example.com"
51
52
53def test_registrable_domain_multi_label_tld():

Callers

nothing calls this directly

Calls 1

_registrable_domainFunction · 0.90

Tested by

no test coverage detected