MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / test_defaults

Function test_defaults

python/tests/test_config.py:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49
50def test_defaults() -> None:
51 cfg = ClientConfig.resolve(token="t")
52 assert cfg.base_url == DEFAULT_BASE_URL
53 assert cfg.fleet_id is None
54 assert cfg.timeout_ms == DEFAULT_TIMEOUT_MS
55
56
57def test_base_url_precedence(monkeypatch: pytest.MonkeyPatch) -> None:

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected