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