Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py455 class BaseServerTestCase(unittest.TestCase): class
487 class SimpleServerTestCase(BaseServerTestCase):
665 class SimpleServerEncodingTestCase(BaseServerTestCase):
686 class MultiPathServerTestCase(BaseServerTestCase):
700 class BaseKeepaliveServerTestCase(BaseServerTestCase):
720 return BaseServerTestCase.setUp(self)
773 class GzipServerTestCase(BaseServerTestCase):
800 BaseServerTestCase.setUp(self)
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py746 class BaseServerTestCase(unittest.TestCase): class
773 class SimpleServerTestCase(BaseServerTestCase):
969 class SimpleServerEncodingTestCase(BaseServerTestCase):
989 class MultiPathServerTestCase(BaseServerTestCase):
1008 class BaseKeepaliveServerTestCase(BaseServerTestCase):
1028 return BaseServerTestCase.setUp(self)
1086 class GzipServerTestCase(BaseServerTestCase):
1113 BaseServerTestCase.setUp(self)