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

Function test_loop_idx0

tests/test_runtime.py:33–37  ·  tests/test_runtime.py::test_loop_idx0
()

Source from the content-addressed store, hash-verified

31
32
33def test_loop_idx0():
34 t = Template(TEST_IDX0_TEMPLATE_STR_1)
35 lst = [10]
36 excepted_render = class="st">"[(len=1, revindex0=0, index0=0, val=10)]"
37 assert excepted_render == t.render(lst=lst)
38
39
40def test_loopcontext0():

Callers

nothing calls this directly

Calls 2

renderMethod · 0.95
TemplateClass · 0.90

Tested by

no test coverage detected