Python Programming - Testing - Discussion

Discussion Forum : Testing - General Questions (Q.No. 3)
3.
Which assertion method in the unittest module is used to check if two values are not equal?
assertEqual
assertNotEqual
assertTrue
assertNot
Answer: Option
Explanation:
The assertNotEqual method in the unittest module is used to check if two values are not equal during testing.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.