MCPcopy
hub / github.com/pmh1314520/WebRPA / test_simple_brace

Function test_simple_brace

backend/tests/test_variable_resolution.py:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def test_simple_brace():
13 ctx = _ctx(name="世界")
14 assert ctx.resolve_value("你好 {name}") == "你好 世界"
15
16
17def test_dollar_brace():

Callers

nothing calls this directly

Calls 2

resolve_valueMethod · 0.80
_ctxFunction · 0.70

Tested by

no test coverage detected