mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #25911: more info on test_os failure
This commit is contained in:
parent
ca9dbc7d88
commit
53b0a41d31
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue