Пример #1
0
 def test_cache(self):
     cache.process_entries(_cache_dir, self._check_cache_entry)
Пример #2
0
 def test_cache(self):
     """Test the apicache by doing _check_cache_entry over each entry."""
     cache.process_entries(_cache_dir, self._check_cache_entry)
 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)
Пример #4
0
 def test_cache(self):
     cache.process_entries(_cache_dir, self._check_cache_entry)