MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / test_empty_config

Method test_empty_config

tests/test_providers.py:27–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25
26class TestProviderConfig:
27 def test_empty_config(self) -> None:
28 cfg = load_providers()
29 assert len(cfg.providers) == 0
30 assert cfg.keyed_models() == set()
31
32 def test_add_provider(self) -> None:
33 cfg = add_provider("deepseek", "sk-test-key-123")

Callers

nothing calls this directly

Calls 2

load_providersFunction · 0.90
keyed_modelsMethod · 0.80

Tested by

no test coverage detected