Esempio n. 1
0
 def assertRegex(self, text, regex, msg=None):
     # In python 2, alias to the future python 3 function
     return _TestCase.assertRegexpMatches(self, text, regex, msg=msg)
Esempio n. 2
0
 def assertRegex(
     self, text, regex, msg=None
 ):  # pylint: disable=arguments-differ
     # In python 2, alias to the future python 3 function
     return _TestCase.assertRegexpMatches(self, text, regex, msg=msg)