MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / test_inline_decode

Function test_inline_decode

tests/test_ast_rewrite.py:118–120  ·  view source on GitHub ↗
(src, result)

Source from the content-addressed store, hash-verified

116 ("'aGVsbG9fd29ybGQ='.decode('base64')", "hello_world"),
117))
118def test_inline_decode(src, result):
119 tree = process_source_code(src)
120 assert str(tree) == result
121
122
123def test_subscript_variable_resolving():

Callers

nothing calls this directly

Calls 1

process_source_codeFunction · 0.85

Tested by

no test coverage detected