Searched refs:assertNotRegex (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/unittest/test/ |
D | test_assertions.py | 135 self.assertNotRegex('Ala ma kota', r'r+') 137 self.assertNotRegex('Ala ma kota', r'k.t', 'Message')
|
/third_party/python/Lib/lib2to3/tests/ |
D | test_main.py | 101 self.assertNotRegex(
|
/third_party/python/Lib/unittest/ |
D | case.py | 1324 def assertNotRegex(self, text, unexpected_regex, msg=None): member in TestCase 1357 assertNotRegexpMatches = _deprecate(assertNotRegex)
|
/third_party/python/Doc/library/ |
D | unittest.rst | 1177 | :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/ |
D | test_compileall.py | 726 self.assertNotRegex(err, b'Traceback')
|
D | test_smtplib.py | 608 self.assertNotRegex(debugout, to_addr)
|
D | test_exceptions.py | 1862 self.assertNotRegex(err.getvalue(), r"NameError.*a1")
|
D | test_argparse.py | 5174 self.assertNotRegex(msg, 'req_pos')
|