Ejemplo n.º 1
0
 def tearDown(self):
     self._clean_test_files()
     PUBLISHER.unsubscribe_all("TestRenameTestCaseFile")
Ejemplo n.º 2
0
 def tearDown(self):
     PUBLISHER.unsubscribe_all()
Ejemplo n.º 3
0
 def tearDown(self):
     self._clean_test_files()
     PUBLISHER.unsubscribe_all("TestRenameTestCaseFile")
Ejemplo n.º 4
0
 def close(self):
     PUBLISHER.unsubscribe_all(key=self)
Ejemplo n.º 5
0
 def close(self):
     PUBLISHER.unsubscribe_all(key=self)
Ejemplo n.º 6
0
 def tearDown(self):
     self._clean_test_files()
     PUBLISHER.unsubscribe_all(self)
Ejemplo n.º 7
0
 def tearDown(self):
     PUBLISHER.unsubscribe_all()
     wx.CallAfter(wx.Exit)
     self.app.MainLoop()  # With this here, there is no Segmentation fault
Ejemplo n.º 8
0
 def tearDown(self):
     PUBLISHER.unsubscribe_all()
     wx.CallAfter(wx.Exit)
     self.app.MainLoop()
Ejemplo n.º 9
0
 def unsubscribe_all(self):
     """Stops to listen to all messages this plugin has subscribed to."""
     PUBLISHER.unsubscribe_all(self)
Ejemplo n.º 10
0
 def unsubscribe_all(self):
     """Stops to listen to all messages this plugin has subscribed to."""
     PUBLISHER.unsubscribe_all(key=self)
Ejemplo n.º 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
Ejemplo n.º 12
0
 def tearDown(self):
     self.project.close()
     PUBLISHER.unsubscribe_all()