示例#1
0
 def test_service(self):
     irc = self.makeIRC()
     # just put it through its paces
     irc.startService()
     return irc.stopService()
示例#2
0
 def test_service(self):
     irc = self.makeIRC()
     # just put it through its paces
     irc.startService()
     return irc.stopService()