Searched refs:TestStringMethods (Results 1 – 3 of 3) sorted by relevance
339 class TestStringMethods(BaseLocalizedTest): class523 tests += [TestNumberFormatting, TestStringMethods]
116 class TestStringMethods(unittest.TestCase):166 suite = unittest.TestLoader().loadTestsFromTestCase(TestStringMethods)172 test_isupper (__main__.TestStringMethods) ... ok173 test_split (__main__.TestStringMethods) ... ok174 test_upper (__main__.TestStringMethods) ... ok
92 class TestStringMethods(unittest.TestCase):141 test_isupper (__main__.TestStringMethods) ... ok142 test_split (__main__.TestStringMethods) ... ok143 test_upper (__main__.TestStringMethods) ... ok