Searched refs:exception_msg (Results 1 – 4 of 4) sorted by relevance
77 exception_msg = 'Video did not signal ready in time.'79 self._wait_for_event(self.is_video_ready, exception_msg)89 exception_msg = 'Expected current > 0 after %ds' %self.event_timeout94 self._wait_for_event(lambda : self.currentTime() > 0.0, exception_msg)119 exception_msg = 'Video did not complete seeking in time.'121 self._wait_for_event(self.has_video_finished_seeking, exception_msg)128 def _wait_for_event(self, predicate_function, exception_msg): argument138 fullmsg = exception_msg + ' Waited for %ss' % self.event_timeout
132 exception_msg = ''134 exception_msg += ('Drone %s raised Exception %s\n' %136 raise drone_task_queue.DroneTaskQueueException(exception_msg)
170 exception_msg = 'Bad Field'179 mock_query_manager.update_hosts.side_effect = e(exception_msg)184 self.assertTrue(exception_msg in response.get(request))
113 exception_msg = 'thing %d' % exception_index120 i if i != exception_index else Exception(exception_msg),128 self.assertTrue(exception_msg in str(e.exception))