Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53b0a41

Browse files
committed
Issue #25911: more info on test_os failure
1 parent ca9dbc7 commit 53b0a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ def test_walk_bottom_up(self):
892892
# Walk bottom-up.
893893
all = list(self.walk(self.walk_path, topdown=False))
894894

895-
self.assertEqual(len(all), 4)
895+
self.assertEqual(len(all), 4, all)
896896
# We can't know which order SUB1 and SUB2 will appear in.
897897
# Not flipped: SUB11, SUB1, SUB2, TESTFN
898898
# flipped: SUB2, SUB11, SUB1, TESTFN

0 commit comments

Comments
 (0)