Example #1
0
 def setUp(self):
     super(OneLoopTestCase, self).setUp()
     self.mm_list = None
     self.runner = XMLRPCRunner()
     # MailmanTestCase's setup of the test proxy is ignored because
     # the runner had a reference to the true proxy in its __init__.
     self.runner._proxy = get_mailing_list_api_test_proxy()
 def setUp(self):
     super(OneLoopTestCase, self).setUp()
     self.mm_list = None
     self.runner = XMLRPCRunner()
     # MailmanTestCase's setup of the test proxy is ignored because
     # the runner had a reference to the true proxy in its __init__.
     self.runner._proxy = get_mailing_list_api_test_proxy()
Example #3
0
 def setUp(self):
     super(TestXMLRPCRunnerHeatBeat, self).setUp()
     self.mm_list = None
     syslog.write_ex('xmlrpc', 'Ensure the log is open.')
     self.reset_log()
     self.runner = XMLRPCRunner()
     # MailmanTestCase's setup of the test proxy is ignored because
     # the runner had a reference to the true proxy in its __init__.
     self.runner._proxy = get_mailing_list_api_test_proxy()
 def setUp(self):
     super(TestXMLRPCRunnerHeatBeat, self).setUp()
     self.mm_list = None
     syslog.write_ex('xmlrpc', 'Ensure the log is open.')
     self.reset_log()
     self.runner = XMLRPCRunner()
     # MailmanTestCase's setup of the test proxy is ignored because
     # the runner had a reference to the true proxy in its __init__.
     self.runner._proxy = get_mailing_list_api_test_proxy()