MCPcopy Create free account
hub / github.com/datapane/datapane / test_build_md_view

Function test_build_md_view

python-client/tests/client/views/test_builtins.py:25–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24
25def test_build_md_view():
26 text = """
27# Hello
28
29{{}}
30
31{{table}}
32"""
33
34 view = dp.builtins.build_md_view(text, gen_df(4), table=gen_df(8))
35 assert_view(view, 2, 4)

Callers

nothing calls this directly

Calls 2

gen_dfFunction · 0.90
assert_viewFunction · 0.85

Tested by

no test coverage detected