Searched refs:assertNotRegex (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/lib2to3/tests/ |
D | test_main.py | 24 def assertNotRegex(self, text, regexp, msg=None): member in TestMain 111 self.assertNotRegex(
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | error_utils_test.py | 102 self.assertNotRegex(result, re.compile('test_fn_1'))
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_assertions.py | 132 self.assertNotRegex('Ala ma kota', r'r+') 134 self.assertNotRegex('Ala ma kota', r'k.t', 'Message')
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_main.py | 101 self.assertNotRegex(
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_test.py | 369 self.assertNotRegex(full_exception_text, "_FallbackException")
|
/external/python/cpython3/Lib/unittest/ |
D | case.py | 1309 def assertNotRegex(self, text, unexpected_regex, msg=None): member in TestCase 1342 assertNotRegexpMatches = _deprecate(assertNotRegex)
|
/external/toolchain-utils/cros_utils/ |
D | device_setup_utils_unittest.py | 452 self.assertNotRegex(self.dw.RunCommandOnDut.call_args_list[0][0][0],
|
/external/python/cpython3/Doc/library/ |
D | unittest.rst | 1152 | :meth:`assertNotRegex(s, r) | ``not r.search(s)`` | 3.2 | 1153 | <TestCase.assertNotRegex>` | | | 1196 assertNotRegex(text, regex, msg=None) 1210 :meth:`.assertNotRegex`. 1213 for :meth:`.assertNotRegex`. 1599 :meth:`.assertNotRegex` assertNotRegexpMatches 1611 The ``assertNotRegexpMatches`` name is deprecated in favor of :meth:`.assertNotRegex`.
|
/external/python/cpython3/Lib/test/ |
D | test_compileall.py | 690 self.assertNotRegex(err, b'Traceback')
|
D | test_smtplib.py | 538 self.assertNotRegex(debugout, to_addr)
|
D | test_argparse.py | 5098 self.assertNotRegex(msg, 'req_pos')
|