Home
last modified time | relevance | path

Searched refs:test_unicode (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_StringIO.py152 def test_unicode(self): member in TestStringIO
178 def test_unicode(self): member in TestcStringIO
Dtest_xpickle.py161 def test_unicode(self): member in AbstractCompatTests
Dtest_marshal.py112 def test_unicode(self): member in StringTestCase
297 def test_unicode(self, size): member in LargeValuesTestCase
Dtest_traceback.py172 def test_unicode(self): member in TracebackCases
Dtest_hashlib.py201 def test_unicode(self): member in HashLibTestCase
Dtest_textwrap.py392 def test_unicode(self): member in WrapTestCase
Dtest_gdb.py328 def test_unicode(self): member in PrettyPrintTests
Dtest_pyexpat.py177 def test_unicode(self): member in ParseTest
Dtest_file2k.py830 def test_unicode(self): member in StdoutTests
Dtest_memoryio.py465 def test_unicode(self): member in PyBytesIOTest
Dtest_array.py870 def test_unicode(self): member in UnicodeTest
Dpickletester.py1006 def test_unicode(self): member in AbstractPickleTests
/external/python/cpython3/Lib/test/
Dtest_doctest.py2682 def test_unicode(): """ function
Dtest_marshal.py69 def test_unicode(self): member in StringTestCase
Dtest_array.py169 def test_unicode(self): member in ArrayReconstructorTest
1113 def test_unicode(self): member in UnicodeTest
Dtest_memoryio.py494 def test_unicode(self): member in PyBytesIOTest
Dpickletester.py1389 def test_unicode(self): member in AbstractPickleTests
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_functions.py432 def test_unicode(self): member in TclObjsToPyTest
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_functions.py437 def test_unicode(self): member in TclObjsToPyTest
/external/python/cpython2/PC/os2emx/
DREADME.os2emx528 test_unicode. Both these tests pass if -O2 is instead of -O3 with this
/external/python/cpython2/Misc/
DNEWS5974 - Strengthen test_unicode with explicit type checking for assertEqual tests.
/external/python/cpython3/Misc/
DHISTORY6122 - Issue #16910: test_bytes, test_unicode, and test_userstring now work with
14658 - Issue #6150: Fix test_unicode on wide-unicode builds.