MCPcopy Create free account
hub / github.com/python-visualization/folium / test_jinja2_tojson

Function test_jinja2_tojson

tests/test_jinja.py:27–29  ·  view source on GitHub ↗
(obj, expected)

Source from the content-addressed store, hash-verified

25 ],
26)
27def test_jinja2_tojson(obj, expected):
28 res = jinja2.Template("{{ obj|tojson }}").render(obj=obj)
29 assert res == expected
30
31
32@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…