Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ test_default_is_disabled
Function
test_default_is_disabled
tests/test_telemetry.py:21–23 ·
view source on GitHub ↗
(tmp_path)
Source
from the content-addressed store, hash-verified
19
# ─── Opt-In Logic ───
20
21
def
test_default_is_disabled(tmp_path):
22
_reset(tmp_path)
23
assert not telem.is_enabled()
24
25
26
def
test_env_var_enables(tmp_path):
Callers
nothing calls this directly
Calls
1
_reset
Function · 0.85
Tested by
no test coverage detected