MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / test_email_detection

Method test_email_detection

tests/test_core.py:25–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24 def test_email_detection(self):
25 t = Target.from_string("user@example.com")
26 assert t.target_type == "email"
27 assert t.value == "user@example.com"
28
29
30class TestScanResult:
31 """Tests for ScanResult model."""

Callers

nothing calls this directly

Calls 1

from_stringMethod · 0.80

Tested by

no test coverage detected