MCPcopy Create free account
hub / github.com/IBM/mcp-cli / test_empty_string

Method test_empty_string

tests/chat/test_attachments.py:98–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 assert paths == ["/tmp/dir/photo.png"]
97
98 def test_empty_string(self):
99 text, paths = parse_inline_refs("")
100 assert paths == []
101 assert text == ""
102
103 def test_collapses_spaces(self):
104 text, _ = parse_inline_refs("before @file:x.png after")

Callers

nothing calls this directly

Calls 1

parse_inline_refsFunction · 0.90

Tested by

no test coverage detected