Searched refs:assertNotRegexpMatches (Results 1 – 8 of 8) sorted by relevance
99 self.assertNotRegexpMatches('Ala ma kota', r'r+')101 self.assertNotRegexpMatches('Ala ma kota', r'k.t', 'Message')
1005 def assertNotRegexpMatches(self, text, unexpected_regexp, msg=None): member in TestCase
521 unittest.TestCase.assertNotRegexpMatches
1351 assertNotRegexpMatches = _deprecate(assertNotRegex) variable in TestCase
993 | :meth:`assertNotRegexpMatches(s, r) | ``not r.search(s)`` | 2.7 |994 | <TestCase.assertNotRegexpMatches>` | | |1050 .. method:: assertNotRegexpMatches(text, regexp, msg=None)
1203 The name ``assertNotRegexpMatches`` is a deprecated alias1481 :meth:`.assertNotRegex` assertNotRegexpMatches1493 the ``assertNotRegexpMatches`` name in favor of :meth:`.assertNotRegex`.
1939 :meth:`~unittest.TestCase.assertNotRegexpMatches` checks whether the
1915 :meth:`~unittest.TestCase.assertNotRegexpMatches` checks whether the