Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
def
test_build_graph_empty_wiki(tmp_path):
50
assert build_graph(_wiki(tmp_path)) == {
"nodes"
: [],
"edges"
: [],
"types"
: []}
51
52
53
def
test_render_html_self_contained():
Callers
nothing calls this directly
Calls
2
build_graph
Function · 0.90
_wiki
Function · 0.85
Tested by
no test coverage detected