Searched refs:exception_msg (Results 1 – 3 of 3) sorted by relevance
76 exception_msg = 'Script did not ready in time.'78 self._wait_for_event(self.is_javascript_ready, exception_msg)90 exception_msg = 'Video did not signal ready in time.'92 self._wait_for_event(self.is_video_ready, exception_msg)104 exception_msg = 'Expected current time >%ds.' %duration110 lambda : self.currentTime() > duration, exception_msg)135 exception_msg = 'Video did not complete seeking in time.'137 self._wait_for_event(self.has_video_finished_seeking, exception_msg)144 def _wait_for_event(self, predicate_function, exception_msg): argument154 fullmsg = exception_msg + ' Waited for %ss' % self.event_timeout
116 exception_msg = 'thing %d' % exception_index125 i if i != exception_index else BaseError(exception_msg),134 self.assertTrue(exception_msg in str(e.exception))
238 exception_msg = 'YOU BROKE IT O-]-<'242 mock.Mock(side_effect=Exception(exception_msg)))244 self.assertIn(exception_msg, ''.join(logs.output))