Searched defs:TESTFN_UNICODE (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_unicode_file.py8 from test.test_support import run_unittest, TESTFN_UNICODE namespace
11 TESTFN_ENCODED = TESTFN_UNICODE.encode(TESTFN_ENCODING)
17 if TESTFN_ENCODED.decode(TESTFN_ENCODING) != TESTFN_UNICODE:
23 TESTFN_UNICODE = unicode("@test-\xe0\xf2", sys.getfilesystemencoding()) variable
24 TESTFN_ENCODED = TESTFN_UNICODE.encode(TESTFN_ENCODING)
31 if TESTFN_ENCODED.decode(TESTFN_ENCODING) != TESTFN_UNICODE:
173 self._test_single(TESTFN_UNICODE)
178 self._test_equivalent(TESTFN_ENCODED, TESTFN_UNICODE)
179 self._test_equivalent(TESTFN_UNICODE, TESTFN_ENCODED)
187 self._do_directory(TESTFN_ENCODED+ext, TESTFN_UNICODE
[all...]
H A Dtest_support.py431 # TESTFN_UNICODE is a filename that can be encoded using the
436 TESTFN_UNICODE = "@test-\xe0\xf2" variable
439 TESTFN_UNICODE = unicode("@test-\xe0\xf2", "latin-1") variable
H A Dtest_zipfile.py21 from test.test_support import TESTFN, TESTFN_UNICODE, TESTFN_ENCODING, \
24 TESTFN_UNICODE.encode(TESTFN_ENCODING)
28 TESTFN_UNICODE = None variable
434 @skipUnless(TESTFN_UNICODE, "No Unicode filesystem semantics on this platform.")
436 fnames = [u'foo.txt', os.path.basename(TESTFN_UNICODE)]
22 run_unittest, findfile, unlink namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_unicode_file.py8 from test.test_support import run_unittest, TESTFN_UNICODE namespace
11 TESTFN_ENCODED = TESTFN_UNICODE.encode(TESTFN_ENCODING)
17 if TESTFN_ENCODED.decode(TESTFN_ENCODING) != TESTFN_UNICODE:
23 TESTFN_UNICODE = unicode("@test-\xe0\xf2", sys.getfilesystemencoding()) variable
24 TESTFN_ENCODED = TESTFN_UNICODE.encode(TESTFN_ENCODING)
31 if TESTFN_ENCODED.decode(TESTFN_ENCODING) != TESTFN_UNICODE:
173 self._test_single(TESTFN_UNICODE)
178 self._test_equivalent(TESTFN_ENCODED, TESTFN_UNICODE)
179 self._test_equivalent(TESTFN_UNICODE, TESTFN_ENCODED)
187 self._do_directory(TESTFN_ENCODED+ext, TESTFN_UNICODE
[all...]
H A Dtest_support.py431 # TESTFN_UNICODE is a filename that can be encoded using the
436 TESTFN_UNICODE = "@test-\xe0\xf2" variable
439 TESTFN_UNICODE = unicode("@test-\xe0\xf2", "latin-1") variable
H A Dtest_zipfile.py21 from test.test_support import TESTFN, TESTFN_UNICODE, TESTFN_ENCODING, \
24 TESTFN_UNICODE.encode(TESTFN_ENCODING)
28 TESTFN_UNICODE = None variable
434 @skipUnless(TESTFN_UNICODE, "No Unicode filesystem semantics on this platform.")
436 fnames = [u'foo.txt', os.path.basename(TESTFN_UNICODE)]
22 run_unittest, findfile, unlink namespace

Completed in 131 milliseconds