MCPcopy Create free account
hub / github.com/RightNow-AI/rightnow-cli / test_has_api_key_false

Method test_has_api_key_false

tests/test_cache.py:140–142  ·  view source on GitHub ↗

Test has_api_key when no key is configured.

(self, cache_manager)

Source from the content-addressed store, hash-verified

138 assert saved_config == config_data
139
140 def test_has_api_key_false(self, cache_manager):
141 """Test has_api_key when no key is configured."""
142 assert cache_manager.has_api_key() is False
143
144 def test_has_api_key_true(self, cache_manager):
145 """Test has_api_key when key is configured."""

Callers

nothing calls this directly

Calls 1

has_api_keyMethod · 0.80

Tested by

no test coverage detected