()
| 46 | |
| 47 | |
| 48 | def test_registrable_domain_simple(): |
| 49 | from recon_engine import _registrable_domain |
| 50 | assert _registrable_domain("api.example.com") == "example.com" |
| 51 | |
| 52 | |
| 53 | def test_registrable_domain_multi_label_tld(): |
nothing calls this directly
no test coverage detected