Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9dbc7 commit 53b0a41Copy full SHA for 53b0a41
1 file changed
Lib/test/test_os.py
@@ -892,7 +892,7 @@ def test_walk_bottom_up(self):
892
# Walk bottom-up.
893
all = list(self.walk(self.walk_path, topdown=False))
894
895
- self.assertEqual(len(all), 4)
+ self.assertEqual(len(all), 4, all)
896
# We can't know which order SUB1 and SUB2 will appear in.
897
# Not flipped: SUB11, SUB1, SUB2, TESTFN
898
# flipped: SUB2, SUB11, SUB1, TESTFN
0 commit comments