Пример #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)
Пример #6
0
 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()