コード例 #1
0
ファイル: test_reporters_irc.py プロジェクト: nand0p/buildbot
 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()