Searched refs:assertRaisesRegexp (Results 1 – 23 of 23) sorted by relevance
48 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):57 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):68 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):75 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):97 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):103 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):130 with self.assertRaisesRegexp(ValueError, ("Received if_metageneration "136 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):140 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):160 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):[all …]
42 with self.assertRaisesRegexp(49 with self.assertRaisesRegexp(54 with self.assertRaisesRegexp(94 with self.assertRaisesRegexp(AssertionError, assertion_regex):113 with self.assertRaisesRegexp(TypeError, type_error_regex):128 with self.assertRaisesRegexp(AssertionError, assertion_regex):
193 self.assertRaisesRegexp(cros_interface.LoginException,197 self.assertRaisesRegexp(cros_interface.LoginException,201 self.assertRaisesRegexp(cros_interface.LoginException,207 self.assertRaisesRegexp(cros_interface.KeylessLoginRequiredException,211 self.assertRaisesRegexp(cros_interface.LoginException,215 self.assertRaisesRegexp(cros_interface.DNSFailureException,225 self.assertRaisesRegexp(cros_interface.LoginException,
30 with self.assertRaisesRegexp(Exception, 'Page stomped on console.time'):58 with self.assertRaisesRegexp(Exception, 'Page stomped on console.time'):
27 with self.assertRaisesRegexp(SearchServiceException, 'non-json'):36 with self.assertRaisesRegexp(SearchServiceException, 'non-json'):
387 with self.assertRaisesRegexp(SearchServiceException, 'foo bar baz'):
333 with self.assertRaisesRegexp(SearchServiceException, 'foo bar baz'):
32 with self.assertRaisesRegexp(63 with self.assertRaisesRegexp(76 with self.assertRaisesRegexp(88 with self.assertRaisesRegexp(93 with self.assertRaisesRegexp(105 with self.assertRaisesRegexp(
38 with self.assertRaisesRegexp(52 with self.assertRaisesRegexp(63 with self.assertRaisesRegexp(98 with self.assertRaisesRegexp(
38 return self.assertRaisesRegexp(*args, **kwargs)
20 with self.assertRaisesRegexp(ValueError, 'bidprice must be specified'):
20 with self.assertRaisesRegexp(Exception, "Could not obtain disassembler for triple"):
206 self.assertRaisesRegexp(224 self.assertRaisesRegexp(233 self.assertRaisesRegexp(
114 self.assertRaisesRegexp(
56 with self.assertRaisesRegexp(ValueError, "^eni-1 is not a valid ENI ID$"):
116 with self.assertRaisesRegexp(ValueError, "^1 is not a valid Volume ID$"):
932 with self.assertRaisesRegexp(TypeError, 'iterable'):939 with self.assertRaisesRegexp(ValueError, 'Unknown attribute'):
175 self.assertRaisesRegexp(
107 with self.assertRaisesRegexp(self.service_connection.ResponseError,
955 def assertRaisesRegexp(self, expected_exception, expected_regexp, member in TestCase
481 :meth:`~py2:unittest.TestCase.assertRaisesRegexp` on Python 2.
474 :meth:`~py2:unittest.TestCase.assertRaisesRegexp` on Python 2.