Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ test_config_file_persists
Function
test_config_file_persists
tests/test_telemetry.py:42–47 ·
view source on GitHub ↗
(tmp_path)
Source
from the content-addressed store, hash-verified
40
41
42
def
test_config_file_persists(tmp_path):
43
_reset(tmp_path)
44
telem.enable()
45
assert telem.is_enabled()
46
telem.disable()
47
assert not telem.is_enabled()
48
49
50
def
test_ci_environment_auto_off_when_no_config(tmp_path):
Callers
nothing calls this directly
Calls
1
_reset
Function · 0.85
Tested by
no test coverage detected