MCPcopy Create free account
hub / github.com/OpenOSINT/OpenOSINT / test_comma_separated_inline

Method test_comma_separated_inline

tests/test_v240.py:120–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118
119class TestParseTargets:
120 def test_comma_separated_inline(self):
121 from openosint.multi_target import parse_targets
122
123 result = parse_targets("a@x.com,b@y.com,c@z.com")
124 assert result == ["a@x.com", "b@y.com", "c@z.com"]
125
126 def test_strips_whitespace(self):
127 from openosint.multi_target import parse_targets

Callers

nothing calls this directly

Calls 1

parse_targetsFunction · 0.90

Tested by

no test coverage detected