MCPcopy 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
80def test_empty_messages():
81 sig = MetadataSignal()
82 vote = sig.predict({"messages": []})
83 assert vote.tier_id == 0

Callers

nothing calls this directly

Calls 2

predictMethod · 0.95
MetadataSignalClass · 0.90

Tested by

no test coverage detected