예제 #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
파일: plugin.py 프로젝트: EnochManohar/RIDE
 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()