Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectifyAI/OpenKB
/ _Ctx
Class
_Ctx
tests/test_feedback.py:117–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
""
"Diagnostics should be the small known set — no paths, no env vars."
""
116
117
class
_Ctx:
118
obj = None
119
120
with
patch(
"openkb.cli._find_kb_dir"
, return_value=None):
121
info = _collect_feedback_diagnostics(_Ctx())
Callers
2
test_collect_diagnostics_returns_minimal_non_sensitive_set
Function · 0.85
test_collect_diagnostics_flags_kb_present
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_collect_diagnostics_returns_minimal_non_sensitive_set
Function · 0.68
test_collect_diagnostics_flags_kb_present
Function · 0.68