cpython: 82da02b5bf22 (original) (raw)
Mercurial > cpython
changeset 100758:82da02b5bf22
Issue #25911: more info on test_os failure [#25911]
Victor Stinner victor.stinner@gmail.com | |
---|---|
date | Sat, 26 Mar 2016 01:12:36 +0100 |
parents | 6ceceb052394 |
children | fdbd238fc9e1 |
files | Lib/test/test_os.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_os.py 2 |
line wrap: on
line diff
--- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -892,7 +892,7 @@ class WalkTests(unittest.TestCase): # Walk bottom-up. all = list(self.walk(self.walk_path, topdown=False))
self.assertEqual(len(all), 4)[](#l1.7)
self.assertEqual(len(all), 4, all)[](#l1.8) # We can't know which order SUB1 and SUB2 will appear in.[](#l1.9) # Not flipped: SUB11, SUB1, SUB2, TESTFN[](#l1.10) # flipped: SUB2, SUB11, SUB1, TESTFN[](#l1.11)