cpython: 82da02b5bf22 (original) (raw)

Mercurial > cpython

changeset 100758:82da02b5bf22

Issue #25911: more info on test_os failure [#25911]

Victor Stinner victor.stinner@gmail.com
date Sat, 26 Mar 2016 01:12:36 +0100
parents 6ceceb052394
children fdbd238fc9e1
files Lib/test/test_os.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_os.py 2

line wrap: on

line diff

--- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -892,7 +892,7 @@ class WalkTests(unittest.TestCase): # Walk bottom-up. all = list(self.walk(self.walk_path, topdown=False))