Searched defs:expected_regexp (Results 1 – 2 of 2) sorted by relevance
281 def __init__(self, expected, test_case, expected_regexp=None): argument955 def assertRaisesRegexp(self, expected_exception, expected_regexp, argument
502 def assertRaisesWithRegexpMatch(self, expected_exception, expected_regexp, argument