Home
last modified time | relevance | path

Searched refs:test_strings (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_imp.py62 self.test_strings = mod.test_strings
66 for modname, encoding, teststr in self.test_strings:
72 for mod, encoding, _ in self.test_strings:
81 for mod, encoding, _ in self.test_strings:
Dtest_strtod.py285 test_strings = [
429 for s in test_strings:
Dtest_raise.py474 def test_strings(self): member in TestRemovedFunctionality
Dtest_gdb.py350 def test_strings(self): member in PrettyPrintTests
Dtest_float.py745 test_strings = [
779 for s in test_strings:
Dtest_types.py180 def test_strings(self): member in TypesTests
Dtest_decimal.py1822 test_strings = ['inf', '-Inf', '0.0', '-.0e1',
1824 for s in test_strings:
D_test_multiprocessing.py3209 def test_strings(self): member in _TestPoll
/external/python/cpython3/Lib/test/encoded_modules/
D__init__.py18 test_strings = ( variable
/external/python/cpython2/Lib/test/
Dtest_strtod.py287 test_strings = [
424 for s in test_strings:
Dtest_gdb.py315 def test_strings(self): member in PrettyPrintTests
Dtest_types.py204 def test_strings(self): member in TypesTests
Dtest_float.py707 test_strings = [
741 for s in test_strings:
Dtest_decimal.py1378 test_strings = ['inf', '-Inf', '0.0', '-.0e1',
1380 for s in test_strings:
/external/python/cpython3/Misc/NEWS.d/
D3.7.1rc1.rst1044 Fix ``test_gdb.test_strings()`` when ``LC_ALL=C`` and GDB was compiled with