Home
last modified time | relevance | path

Searched refs:assertNotRegexpMatches (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/unittest/test/
Dtest_assertions.py99 self.assertNotRegexpMatches('Ala ma kota', r'r+')
101 self.assertNotRegexpMatches('Ala ma kota', r'k.t', 'Message')
/external/python/cpython2/Lib/unittest/
Dcase.py1005 def assertNotRegexpMatches(self, text, unexpected_regexp, msg=None): member in TestCase
/external/python/cpython2/Misc/NEWS.d/
D2.7b1.rst521 unittest.TestCase.assertNotRegexpMatches
/external/python/cpython3/Lib/unittest/
Dcase.py1351 assertNotRegexpMatches = _deprecate(assertNotRegex) variable in TestCase
/external/python/cpython2/Doc/library/
Dunittest.rst993 | :meth:`assertNotRegexpMatches(s, r) | ``not r.search(s)`` | 2.7 |
994 | <TestCase.assertNotRegexpMatches>` | | |
1050 .. method:: assertNotRegexpMatches(text, regexp, msg=None)
/external/python/cpython3/Doc/library/
Dunittest.rst1203 The name ``assertNotRegexpMatches`` is a deprecated alias
1481 :meth:`.assertNotRegex` assertNotRegexpMatches
1493 the ``assertNotRegexpMatches`` name in favor of :meth:`.assertNotRegex`.
/external/python/cpython3/Doc/whatsnew/
D2.7.rst1939 :meth:`~unittest.TestCase.assertNotRegexpMatches` checks whether the
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1915 :meth:`~unittest.TestCase.assertNotRegexpMatches` checks whether the