mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
#11282: the fail* methods will stay around a few more versions.
This commit is contained in:
parent
9481e41741
commit
361467e522
3 changed files with 4 additions and 7 deletions
|
@ -1088,10 +1088,8 @@ test case
|
|||
_runtime_warn("barz")
|
||||
|
||||
def testDeprecatedMethodNames(self):
|
||||
"""Test that the deprecated methods raise a DeprecationWarning.
|
||||
|
||||
The fail* methods will be removed in 3.3. The assert* methods will
|
||||
have to stay around for a few more versions. See #9424.
|
||||
"""
|
||||
Test that the deprecated methods raise a DeprecationWarning. See #9424.
|
||||
"""
|
||||
old = (
|
||||
(self.failIfEqual, (3, 5)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue