Issue #25911: more info on test_os failure

This commit is contained in:
Victor Stinner 2016-03-26 01:12:36 +01:00
parent ca9dbc7d88
commit 53b0a41d31
1 changed files with 1 additions and 1 deletions

View 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