MCPcopy
hub / github.com/camelot-dev/camelot / test_text_replace_basic_dict

Function test_text_replace_basic_dict

tests/test_replace_text.py:12–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def test_text_replace_basic_dict():
13 assert text_replace("foo bar baz", {"bar": "BAR"}) == "foo BAR baz"
14
15
16def test_text_replace_multiple_keys():

Callers

nothing calls this directly

Calls 1

text_replaceFunction · 0.90

Tested by

no test coverage detected