def test_cache(self):
     """Test the apicache by doing _check_cache_entry over each entry."""
     cache.process_entries(join_cache_path(), self._check_cache_entry)
Example #2
0
 def test_cache(self):
     """Test the apicache by doing _check_cache_entry over each entry."""
     cache.process_entries(join_cache_path(), self._check_cache_entry)