MCPcopy
hub / github.com/pallets/jinja / test_loop_idx

Function test_loop_idx

tests/test_runtime.py:26–30  ·  tests/test_runtime.py::test_loop_idx
()

Source from the content-addressed store, hash-verified

24
25
26def test_loop_idx():
27 t = Template(TEST_IDX_TEMPLATE_STR_1)
28 lst = [10]
29 excepted_render = class="st">"[(len=1, revindex=1, index=1, val=10)]"
30 assert excepted_render == t.render(lst=lst)
31
32
33def test_loop_idx0():

Callers

nothing calls this directly

Calls 2

renderMethod · 0.95
TemplateClass · 0.90

Tested by

no test coverage detected