Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ test_forced_env_wins
Function
test_forced_env_wins
tests/test_theme_auto.py:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
16
def
test_forced_env_wins():
17
resolved = resolve_auto_theme(env={
"CLAWCODEX_THEME"
:
"light"
})
18
assert resolved ==
"light"
19
20
21
def
test_forced_env_unknown_falls_through():
Callers
nothing calls this directly
Calls
1
resolve_auto_theme
Function · 0.90
Tested by
no test coverage detected