MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / test_build_graph_empty_wiki

Function test_build_graph_empty_wiki

tests/test_visualize.py:49–50  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

47
48
49def test_build_graph_empty_wiki(tmp_path):
50 assert build_graph(_wiki(tmp_path)) == {"nodes": [], "edges": [], "types": []}
51
52
53def test_render_html_self_contained():

Callers

nothing calls this directly

Calls 2

build_graphFunction · 0.90
_wikiFunction · 0.85

Tested by

no test coverage detected