• Home
  • Raw
  • Download

Lines Matching refs:exists

382     self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
383 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
384 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
385 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
386 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
392 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
393 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
394 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
395 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
396 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
399 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
400 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
401 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
402 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
403 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
406 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
407 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
408 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
409 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
410 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
413 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
414 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
415 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
416 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
417 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
422 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
423 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
424 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
425 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
426 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
431 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
432 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
433 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
434 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
435 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
440 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
441 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
442 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
443 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
444 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
836 self.assertTrue(os.path.exists(args[2]))
849 self.assertTrue(os.path.exists(args[2]))
863 self.assertTrue(os.path.exists(args[2]))
1054 if not os.path.exists(os.path.dirname(loc)):