Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/commandoperator/cmdop-sdk
/ test_missing_token_raises
Function
test_missing_token_raises
python/tests/test_config.py:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
44
45
def
test_missing_token_raises() -> None:
46
with
pytest.raises(ValueError, match=
"No token"
):
47
ClientConfig.resolve()
48
49
50
def
test_defaults() -> None:
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.80
Tested by
no test coverage detected