Show More
@@ -410,6 +410,7 b' def test_unescape_glob():' | |||||
410 | nt.assert_equals(path.unescape_glob(r'\a'), r'\a') |
|
410 | nt.assert_equals(path.unescape_glob(r'\a'), r'\a') | |
411 |
|
411 | |||
412 |
|
412 | |||
|
413 | @onlyif_unicode_paths | |||
413 | def test_ensure_dir_exists(): |
|
414 | def test_ensure_dir_exists(): | |
414 | with TemporaryDirectory() as td: |
|
415 | with TemporaryDirectory() as td: | |
415 | d = os.path.join(td, u'∂ir') |
|
416 | d = os.path.join(td, u'∂ir') |
General Comments 0
You need to be logged in to leave comments.
Login now