Home
last modified time | relevance | path

Searched defs:assertRegexpMatches (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/unittest/
Dcase.py996 def assertRegexpMatches(self, text, expected_regexp, msg=None): member in TestCase
/external/python/cpython3/Lib/unittest/
Dcase.py1350 assertRegexpMatches = _deprecate(assertRegex) variable in TestCase