Lines Matching refs:cache_path
59 self.cache_path = importlib.util.cache_from_source(self.source_path)
79 self.assertFalse(os.path.exists(self.cache_path))
103 self.assertTrue(os.path.exists(self.cache_path))
110 self.assertFalse(os.path.exists(self.cache_path))
116 self.assertFalse(os.path.exists(self.cache_path))
144 self.assertFalse(os.path.exists(self.cache_path))
160 cache_path = importlib.util.cache_from_source(weird_path)
162 head, tail = os.path.split(cache_path)
172 self.assertTrue(os.path.exists(cache_path))
184 with open(self.cache_path, 'rb') as fp:
192 with open(self.cache_path, 'rb') as fp:
226 self.cache_path = importlib.util.cache_from_source(self.source_path)
252 self.assertTrue(os.path.exists(self.cache_path))
259 self.assertTrue(os.path.exists(self.cache_path))