Lines Matching refs:exists
78 self.assertTrue(os.path.exists(self.pyc_path))
79 self.assertFalse(os.path.exists(self.cache_path))
93 @unittest.skipIf(not os.path.exists(os.devnull) or os.path.isfile(os.devnull),
103 self.assertTrue(os.path.exists(self.cache_path))
109 self.assertTrue(os.path.exists(self.pyc_path))
110 self.assertFalse(os.path.exists(self.cache_path))
115 self.assertTrue(os.path.exists(self.pyc_path))
116 self.assertFalse(os.path.exists(self.cache_path))
138 self.assertFalse(os.path.exists(
143 self.assertTrue(os.path.exists(self.pyc_path))
144 self.assertFalse(os.path.exists(self.cache_path))
172 self.assertTrue(os.path.exists(cache_path))
173 self.assertFalse(os.path.exists(pyc_path))
251 self.assertTrue(os.path.exists(self.cache_path))
258 self.assertTrue(os.path.exists(self.cache_path))