MCPcopy Create free account
hub / github.com/dask/dask / test_widgets

Function test_widgets

dask/widgets/tests/test_widgets.py:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20
21def test_widgets():
22 template = get_template("example.html.j2")
23 assert isinstance(template, jinja2.Template)
24 rendered = template.render(foo="bar")
25 assert "Hello bar" in rendered
26
27
28def test_environment():

Callers

nothing calls this directly

Calls 1

get_templateFunction · 0.90

Tested by

no test coverage detected