"""Create a temporary cache directory for testing.""" return str(tmp_path / "model-cache") @pytest.fixture def cache_resolver(temp_cache_dir): """Create a ...