Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/idank/explainshell
/ test_get_events_empty
Method
test_get_events_empty
tests/test_store.py:444–445 ·
view source on GitHub ↗
(self, store)
Source
from the content-addressed store, hash-verified
442
assert events[0][
"metadata"
] == {}
443
444
def
test_get_events_empty(self, store):
445
assert store.get_events() == []
446
447
448
class
_SubcommandTestBase:
Callers
nothing calls this directly
Calls
1
get_events
Method · 0.80
Tested by
no test coverage detected