Commit a07ab29a authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes.

Patch by Aviv Palivoda.
parent e38415e7
......@@ -843,7 +843,7 @@ class WalkTests(unittest.TestCase):
def test_walk_topdown(self):
# Walk top-down.
all = list(os.walk(self.walk_path))
all = list(self.walk(self.walk_path))
self.assertEqual(len(all), 4)
# We can't know which order SUB1 and SUB2 will appear in.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment