mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
#16433: merge with 3.2.
This commit is contained in:
@@ -642,7 +642,7 @@ class TestCase(object):
|
||||
assertion_func(first, second, msg=msg)
|
||||
|
||||
def assertNotEqual(self, first, second, msg=None):
|
||||
"""Fail if the two objects are equal as determined by the '=='
|
||||
"""Fail if the two objects are equal as determined by the '!='
|
||||
operator.
|
||||
"""
|
||||
if not first != second:
|
||||
|
||||
Reference in New Issue
Block a user