Lines Matching refs:isdir
153 self.assertFalse(os.path.isdir(path))
156 self.assertTrue(os.path.isdir(path))
157 self.assertFalse(os.path.isdir(path))
164 self.assertTrue(os.path.isdir(temp_path))
165 self.assertFalse(os.path.isdir(temp_path))
176 self.assertTrue(os.path.isdir(path))
179 self.assertTrue(os.path.isdir(path))
194 self.assertTrue(os.path.isdir(path))
225 if not os.path.isdir(temp_path):
307 self.assertTrue(os.path.isdir(new_cwd))