assertIsNot(first, second, msg=None)
Test that first and second evaluate (or don’t evaluate) to the same object.
New in version 3.1.
assertIsNot(first, second, msg=None)
Test that first and second evaluate (or don’t evaluate) to the same object.
New in version 3.1.
Please login to continue.