Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib2to3/tests/
Dtest_main.py24 def assertNotRegex(self, text, regexp, msg=None): member in TestMain
111 self.assertNotRegex(
/external/tensorflow/tensorflow/python/autograph/pyct/
Derror_utils_test.py102 self.assertNotRegex(result, re.compile('test_fn_1'))
/external/python/cpython3/Lib/unittest/test/
Dtest_assertions.py132 self.assertNotRegex('Ala ma kota', r'r+')
134 self.assertNotRegex('Ala ma kota', r'k.t', 'Message')
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_main.py101 self.assertNotRegex(
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_test.py369 self.assertNotRegex(full_exception_text, "_FallbackException")
/external/python/cpython3/Lib/unittest/
Dcase.py1309 def assertNotRegex(self, text, unexpected_regex, msg=None): member in TestCase
1342 assertNotRegexpMatches = _deprecate(assertNotRegex)
/external/toolchain-utils/cros_utils/
Ddevice_setup_utils_unittest.py452 self.assertNotRegex(self.dw.RunCommandOnDut.call_args_list[0][0][0],
/external/python/cpython3/Doc/library/
Dunittest.rst1152 | :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/
Dtest_compileall.py690 self.assertNotRegex(err, b'Traceback')
Dtest_smtplib.py538 self.assertNotRegex(debugout, to_addr)
Dtest_argparse.py5098 self.assertNotRegex(msg, 'req_pos')