Home
last modified time | relevance | path

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

/third_party/python/Lib/unittest/test/
Dtest_assertions.py135 self.assertNotRegex('Ala ma kota', r'r+')
137 self.assertNotRegex('Ala ma kota', r'k.t', 'Message')
/third_party/python/Lib/lib2to3/tests/
Dtest_main.py101 self.assertNotRegex(
/third_party/python/Lib/unittest/
Dcase.py1324 def assertNotRegex(self, text, unexpected_regex, msg=None): member in TestCase
1357 assertNotRegexpMatches = _deprecate(assertNotRegex)
/third_party/python/Doc/library/
Dunittest.rst1177 | :meth:`assertNotRegex(s, r) | ``not r.search(s)`` | 3.2 |
1178 | <TestCase.assertNotRegex>` | | |
1221 assertNotRegex(text, regex, msg=None)
1235 :meth:`.assertNotRegex`.
1238 for :meth:`.assertNotRegex`.
1624 :meth:`.assertNotRegex` assertNotRegexpMatches
1636 The ``assertNotRegexpMatches`` name is deprecated in favor of :meth:`.assertNotRegex`.
/third_party/python/Lib/test/
Dtest_compileall.py726 self.assertNotRegex(err, b'Traceback')
Dtest_smtplib.py608 self.assertNotRegex(debugout, to_addr)
Dtest_exceptions.py1862 self.assertNotRegex(err.getvalue(), r"NameError.*a1")
Dtest_argparse.py5174 self.assertNotRegex(msg, 'req_pos')