Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_cfgparser.py448 class RawConfigParserTestCase(TestCaseBase): class
586 class SortedTestCase(RawConfigParserTestCase):
741 RawConfigParserTestCase,
/external/python/cpython3/Lib/test/
Dtest_configparser.py1051 class RawConfigParserTestCase(BasicTestCase, unittest.TestCase): class
1094 class RawConfigParserTestCaseNonStandardDelimiters(RawConfigParserTestCase):
1369 class SortedTestCase(RawConfigParserTestCase):