MCPcopy 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
21def test_default_is_disabled(tmp_path):
22 _reset(tmp_path)
23 assert not telem.is_enabled()
24
25
26def test_env_var_enables(tmp_path):

Callers

nothing calls this directly

Calls 1

_resetFunction · 0.85

Tested by

no test coverage detected