Exemple #1
0
            def tearDown(self):
                self.view.show()

                process_events_with_timeout(timeout)

                self.li.terminate()
                self.ri1._stop_networking() # TODO
                self.ri2._stop_networking() # TODO
            def tearDown(self):
                if self.finished:
                    self.view.show()

                    self.lastUpdate = time.time()
                    def update():
                        t = time.time()
                        self.ri.advance(t - self.lastUpdate)
                        self.lastUpdate = t

                    process_events_with_timeout(timeout, callback=update)
 def tearDown(self):
     if self.finished:
         process_events_with_timeout(timeout)
            def tearDown(self):
                if self.finished:
                    self.view.show()

                    process_events_with_timeout(timeout)
 def tearDown(self):
     process_events_with_timeout(timeout)