Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ test_not_promoted_initially
Function
test_not_promoted_initially
tests/test_shadow.py:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
18
def
test_not_promoted_initially():
19
tracker = ShadowTracker(eval_window=5, promote_after=2)
20
assert not tracker.promoted
21
22
23
def
test_record_accumulates():
Callers
nothing calls this directly
Calls
1
ShadowTracker
Class · 0.90
Tested by
no test coverage detected