Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ test_empty_messages
Function
test_empty_messages
tests/test_signal_metadata.py:80–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
79
80
def
test_empty_messages():
81
sig = MetadataSignal()
82
vote = sig.predict({
"messages"
: []})
83
assert vote.tier_id == 0
Callers
nothing calls this directly
Calls
2
predict
Method · 0.95
MetadataSignal
Class · 0.90
Tested by
no test coverage detected