[New-bugs-announce] [issue26783] test_os.WalkTests.test_walk_topdown don't test fwalk and Bytes

Aviv Palivoda report at bugs.python.org
Sat Apr 16 10:24:27 EDT 2016


New submission from Aviv Palivoda:

test_walk_topdown call os.walk directly instead of using self.walk. This test currently run 3 time's while checking the same thing. The test should use self.walk to check fwalk and Bytes as well.

----------
components: Tests
files: os-test-walk-topdown-use-self-walk.patch
keywords: patch
messages: 263558
nosy: loewis, palaviv
priority: normal
severity: normal
status: open
title: test_os.WalkTests.test_walk_topdown don't test fwalk and Bytes
versions: Python 3.6
Added file: http://bugs.python.org/file42492/os-test-walk-topdown-use-self-walk.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26783>
_______________________________________


More information about the New-bugs-announce mailing list