Home
last modified time | relevance | path

Searched refs:FS_NONASCII (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/test/support/
Dos_helper.py68 FS_NONASCII = '' variable
111 FS_NONASCII = character variable
147 if FS_NONASCII:
148 TESTFN_NONASCII = TESTFN_ASCII + FS_NONASCII
/third_party/python/Lib/test/test_importlib/
Dfixtures.py10 from test.support.os_helper import FS_NONASCII
277 return FS_NONASCII or self.skip("File system does not support non-ascii.")
/third_party/python/Lib/test/
Dtest_cmd_line.py149 @unittest.skipUnless(os_helper.FS_NONASCII, 'need os_helper.FS_NONASCII')
153 % (os_helper.FS_NONASCII, ord(os_helper.FS_NONASCII)))
156 @unittest.skipUnless(os_helper.FS_NONASCII, 'need os_helper.FS_NONASCII')
159 ch = os_helper.FS_NONASCII
Dtest_genericpath.py407 @unittest.skipUnless(os_helper.FS_NONASCII, 'need os_helper.FS_NONASCII')
414 nonascii = os_helper.FS_NONASCII
Dtest_ntpath.py535 @unittest.skipUnless(os_helper.FS_NONASCII, 'need os_helper.FS_NONASCII')
541 nonascii = os_helper.FS_NONASCII
Dtest_sys.py673 @unittest.skipUnless(os_helper.FS_NONASCII,
682 'print(%a)' % os_helper.FS_NONASCII],
685 self.assertEqual(out, os.fsencode(os_helper.FS_NONASCII))
/third_party/python/Lib/test/libregrtest/
Dmain.py619 test_cwd += os_helper.FS_NONASCII
/third_party/python/Lib/test/test_warnings/
D__init__.py1207 PYTHONWARNINGS="ignore:DeprecationWarning" + os_helper.FS_NONASCII
/third_party/python/Doc/library/
Dtest.rst1291 .. data:: FS_NONASCII
1309 Set to a filename containing the :data:`FS_NONASCII` character.