Home | History | Annotate | Download | only in test

Lines Matching full:sub1

396         #         SUB1/             a file kid and a directory kid
405 sub1_path = join(walk_path, "SUB1")
432 # We can't know which order SUB1 and SUB2 will appear in.
433 # Not flipped: TESTFN, SUB1, SUB11, SUB2
434 # flipped: TESTFN, SUB2, SUB1, SUB11
435 flipped = all[0][1][0] != "SUB1"
437 self.assertEqual(all[0], (walk_path, ["SUB1", "SUB2"], ["tmp1"]))
446 # Don't descend into SUB1.
447 if 'SUB1' in dirs:
449 dirs.remove('SUB1')
457 # We can't know which order SUB1 and SUB2 will appear in.
458 # Not flipped: SUB11, SUB1, SUB2, TESTFN
459 # flipped: SUB2, SUB11, SUB1, TESTFN
460 flipped = all[3][1][0] != "SUB1"
462 self.assertEqual(all[3], (walk_path, ["SUB1", "SUB2"], ["tmp1"]))