MCPcopy 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
45def test_missing_token_raises() -> None:
46 with pytest.raises(ValueError, match="No token"):
47 ClientConfig.resolve()
48
49
50def test_defaults() -> None:

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected