Searched refs:TESTFN_UNENCODABLE (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_unicode_file.py | 9 TESTFN_ENCODING, TESTFN_UNICODE, TESTFN_UNENCODABLE, create_empty_file) 122 if TESTFN_UNENCODABLE is not None: 123 self._test_single(TESTFN_UNENCODABLE) 132 if TESTFN_UNENCODABLE is not None: 133 self._do_directory(TESTFN_UNENCODABLE+ext, 134 TESTFN_UNENCODABLE+ext)
|
D | test_imp.py | 446 @unittest.skipIf(support.TESTFN_UNENCODABLE is None, 449 name = support.TESTFN_UNENCODABLE
|
D | test_zipimport.py | 647 @unittest.skipIf(support.TESTFN_UNENCODABLE is None, 650 filename = support.TESTFN_UNENCODABLE + ".zip"
|
D | test_os.py | 2165 if support.TESTFN_UNENCODABLE: 2166 self.dir = support.TESTFN_UNENCODABLE 2181 if support.TESTFN_UNENCODABLE: 2182 add_filename(support.TESTFN_UNENCODABLE) 3533 if support.TESTFN_UNENCODABLE is not None: 3534 decoded = support.TESTFN_UNENCODABLE
|
D | test_socket.py | 5486 if support.TESTFN_UNENCODABLE is None: 5488 path = os.path.abspath(support.TESTFN_UNENCODABLE)
|
/external/python/cpython2/Lib/test/ |
D | test_unicode_file.py | 9 from test.test_support import TESTFN_ENCODING, TESTFN_UNENCODABLE 170 if TESTFN_UNENCODABLE is not None: 171 self._test_single(TESTFN_UNENCODABLE) 187 if TESTFN_UNENCODABLE is not None: 188 self._do_directory(TESTFN_UNENCODABLE+ext, 189 TESTFN_UNENCODABLE+ext,
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 692 TESTFN_UNENCODABLE = None variable 695 TESTFN_UNENCODABLE = eval('u"@test-\u5171\u6709\u3055\u308c\u308b"') variable 702 TESTFN_UNENCODABLE.encode("Latin1") 709 % TESTFN_UNENCODABLE
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 796 TESTFN_UNENCODABLE = None variable 802 TESTFN_UNENCODABLE = TESTFN_ASCII + "-\u5171\u0141\u2661\u0363\uDC80" variable 804 TESTFN_UNENCODABLE.encode(TESTFN_ENCODING) 810 % (TESTFN_UNENCODABLE, TESTFN_ENCODING)) 811 TESTFN_UNENCODABLE = None variable 819 TESTFN_UNENCODABLE = TESTFN_ASCII \ variable
|
/external/python/cpython3/Lib/test/test_import/ |
D | __init__.py | 25 unlink, unload, cpython_only, TESTFN_UNENCODABLE, 1272 @unittest.skipUnless(TESTFN_UNENCODABLE, 'need TESTFN_UNENCODABLE') 1276 pyname = script_helper.make_script('', TESTFN_UNENCODABLE, 'pass')
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 271 .. data:: TESTFN_UNENCODABLE
|