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

Method test_get_config_path

tests/test_cache.py:104–107  ·  view source on GitHub ↗

Test getting config file path.

(self, cache_manager)

Source from the content-addressed store, hash-verified

102 """Test configuration management methods."""
103
104 def test_get_config_path(self, cache_manager):
105 """Test getting config file path."""
106 config_path = cache_manager.get_config_path()
107 assert config_path == cache_manager.config_dir / "config.json"
108
109 def test_get_config_empty(self, cache_manager):
110 """Test getting config when file doesn't exist."""

Callers

nothing calls this directly

Calls 1

get_config_pathMethod · 0.80

Tested by

no test coverage detected