MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / test_list_append

Function test_list_append

tests/test_pyt_examples.py:54–57  ·  view source on GitHub ↗
(fixtures)

Source from the content-addressed store, hash-verified

52
53
54def test_list_append(fixtures):
55 lines = [13]
56 matches = render_lines(lines)
57 fixtures.scan_and_match('pyt_examples/list_append.py', matches)
58
59
60def disabled_test_multi_chain(fixtures):

Callers

nothing calls this directly

Calls 2

render_linesFunction · 0.85
scan_and_matchMethod · 0.80

Tested by

no test coverage detected