cpython: 6a35aa1995ab (original) (raw)
Mercurial > cpython
changeset 101956:6a35aa1995ab
Issue #27186: skip bytes path test for os.scandir() on Windows [#27186]
Brett Cannon brett@python.org | |
---|---|
date | Sun, 12 Jun 2016 11:11:20 -0700 |
parents | 7d648e17989f |
children | 2fc155f9cda5 |
files | Lib/test/test_os.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-)[+] [-] Lib/test/test_os.py 1 |
line wrap: on
line diff
--- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -2953,6 +2953,7 @@ class TestScandir(unittest.TestCase): entry = self.create_file_entry() self.assertEqual(os.fspath(entry), os.path.join(self.path, 'file.txt'))