]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #25911: more info on test_os failure
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 26 Mar 2016 00:12:36 +0000 (01:12 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 26 Mar 2016 00:12:36 +0000 (01:12 +0100)
Lib/test/test_os.py

index 11178753ad2175a28fb6fe832ac4315eeae65502..2fb7d1b6d6bc3d0ca136c78adc3a2666b40d0663 100644 (file)
@@ -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)
+        self.assertEqual(len(all), 4, all)
         # We can't know which order SUB1 and SUB2 will appear in.
         # Not flipped:  SUB11, SUB1, SUB2, TESTFN
         #     flipped:  SUB2, SUB11, SUB1, TESTFN