Home | History | Annotate | Download | only in test

Lines Matching full:sub1

394         #         SUB1/             a file kid and a directory kid
403 sub1_path = join(walk_path, "SUB1")
430 # We can't know which order SUB1 and SUB2 will appear in.
431 # Not flipped: TESTFN, SUB1, SUB11, SUB2
432 # flipped: TESTFN, SUB2, SUB1, SUB11
433 flipped = all[0][1][0] != "SUB1"
435 self.assertEqual(all[0], (walk_path, ["SUB1", "SUB2"], ["tmp1"]))
444 # Don't descend into SUB1.
445 if 'SUB1' in dirs:
447 dirs.remove('SUB1')
455 # We can't know which order SUB1 and SUB2 will appear in.
456 # Not flipped: SUB11, SUB1, SUB2, TESTFN
457 # flipped: SUB2, SUB11, SUB1, TESTFN
458 flipped = all[3][1][0] != "SUB1"
460 self.assertEqual(all[3], (walk_path, ["SUB1", "SUB2"], ["tmp1"]))