Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
33
def
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
40
def
test_loopcontext0():
Callers
nothing calls this directly
Calls
2
render
Method · 0.95
Template
Class · 0.90
Tested by
no test coverage detected