Lines Matching refs:exists
698 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
699 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
700 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
701 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
702 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
709 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
710 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
711 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
712 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
713 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
716 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
717 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
718 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
719 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
720 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
723 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
724 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
725 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
726 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
727 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
730 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
731 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
732 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
733 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
734 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
739 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
740 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
741 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
742 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
743 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
749 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
750 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
751 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
752 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
753 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
758 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
759 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
760 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
761 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
762 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
1206 self.assertTrue(os.path.exists(args[2]))
1220 self.assertTrue(os.path.exists(args[2]))
1235 self.assertTrue(os.path.exists(args[2]))
1496 self.assertTrue(os.path.exists(chained_partition_args[2]))
1529 self.assertTrue(os.path.exists(chained_partition_args[2]))
1642 if not os.path.exists(os.path.dirname(loc)):