MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / test_tier_vote_active

Function test_tier_vote_active

tests/test_signal_base.py:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def test_tier_vote_active():
7 vote = TierVote(tier_id=2, confidence=0.8)
8 assert vote.tier_id == 2
9 assert vote.confidence == 0.8
10 assert not vote.abstained
11
12
13def test_tier_vote_abstain():

Callers

nothing calls this directly

Calls 1

TierVoteClass · 0.90

Tested by

no test coverage detected