##// END OF EJS Templates
Skip unicode test in C locale...
Thomas Kluyver -
Show More
@@ -394,6 +394,7 b' def test_unescape_glob():'
394 394 nt.assert_equal(path.unescape_glob(r'\a'), r'\a')
395 395
396 396
397 @onlyif_unicode_paths
397 398 def test_ensure_dir_exists():
398 399 with TemporaryDirectory() as td:
399 400 d = os.path.join(td, '∂ir')
General Comments 0
You need to be logged in to leave comments. Login now