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

Function test_binop_numbers

tests/test_ast_rewrite.py:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59
60
61def test_binop_numbers():
62 src = """
63 20 + 22
64 """
65 tree = process_source_code(src)
66 assert isinstance(tree, Number)
67 assert int(tree) == 42
68
69
70def test_binop_string_vars():

Callers

nothing calls this directly

Calls 1

process_source_codeFunction · 0.85

Tested by

no test coverage detected