示例#1
0
 def tearDown(self):
     self._clean_test_files()
     PUBLISHER.unsubscribe_all("TestRenameTestCaseFile")
示例#2
0
 def tearDown(self):
     PUBLISHER.unsubscribe_all()
示例#3
0
 def tearDown(self):
     self._clean_test_files()
     PUBLISHER.unsubscribe_all("TestRenameTestCaseFile")
示例#4
0
 def close(self):
     PUBLISHER.unsubscribe_all(key=self)
示例#5
0
 def close(self):
     PUBLISHER.unsubscribe_all(key=self)
 def tearDown(self):
     self._clean_test_files()
     PUBLISHER.unsubscribe_all(self)
示例#7
0
 def tearDown(self):
     PUBLISHER.unsubscribe_all()
     wx.CallAfter(wx.Exit)
     self.app.MainLoop()  # With this here, there is no Segmentation fault
示例#8
0
 def tearDown(self):
     PUBLISHER.unsubscribe_all()
     wx.CallAfter(wx.Exit)
     self.app.MainLoop()
示例#9
0
 def unsubscribe_all(self):
     """Stops to listen to all messages this plugin has subscribed to."""
     PUBLISHER.unsubscribe_all(self)
示例#10
0
 def unsubscribe_all(self):
     """Stops to listen to all messages this plugin has subscribed to."""
     PUBLISHER.unsubscribe_all(key=self)
示例#11
0
 def tearDown(self):
     PUBLISHER.unsubscribe_all()
     wx.CallAfter(self.frame.Close)
     wx.CallAfter(self.app.ExitMainLoop)
     self.app.MainLoop()  # With this here, there is no Segmentation fault
     self.app = None
示例#12
0
 def tearDown(self):
     self.project.close()
     PUBLISHER.unsubscribe_all()