Home
last modified time | relevance | path

Searched refs:assertRegexpMatches (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/lib2to3/fixes/
Dfix_asserts.py14 assertRegexpMatches="assertRegex",
/third_party/python/Lib/unittest/
Dcase.py1356 assertRegexpMatches = _deprecate(assertRegex) variable in TestCase
/third_party/python/Doc/library/
Dunittest.rst1230 Added under the name ``assertRegexpMatches``.
1232 The method ``assertRegexpMatches()`` has been renamed to
1623 :meth:`.assertRegex` assertRegexpMatches
1633 ``assertRegexpMatches`` and ``assertRaisesRegexp`` have been renamed to
/third_party/python/Lib/unittest/test/
Dtest_case.py1796 (self.assertRegexpMatches, ('bar', 'bar')),
/third_party/python/Doc/whatsnew/
D3.2.rst1795 :meth:`~unittest.TestCase.assertRegexpMatches` which was misnamed because the
D2.7.rst1938 * :meth:`~unittest.TestCase.assertRegexpMatches` and
/third_party/python/Misc/
DHISTORY11326 - Issue #10273: Rename `assertRegexpMatches` and `assertRaisesRegexp` to