Home
last modified time | relevance | path

Searched refs:TestStringMethods (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_locale.py339 class TestStringMethods(BaseLocalizedTest): class
523 tests += [TestNumberFormatting, TestStringMethods]
/external/python/cpython2/Doc/library/
Dunittest.rst116 class TestStringMethods(unittest.TestCase):
166 suite = unittest.TestLoader().loadTestsFromTestCase(TestStringMethods)
172 test_isupper (__main__.TestStringMethods) ... ok
173 test_split (__main__.TestStringMethods) ... ok
174 test_upper (__main__.TestStringMethods) ... ok