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

Method test_results_is_list

tests/test_json_export.py:51–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 assert result["target"] == "test@example.com"
50
51 def test_results_is_list(self):
52 result = format_tool_result("search_email", "test@example.com", "line one\nline two")
53 assert isinstance(result["results"], list)
54
55 def test_results_splits_lines(self):
56 result = format_tool_result("search_email", "t@e.com", "line one\nline two\nline three")

Callers

nothing calls this directly

Calls 1

format_tool_resultFunction · 0.90

Tested by

no test coverage detected