Python Programming - Testing - Discussion

Discussion Forum : Testing - General Questions (Q.No. 17)
17.
Which assertion method in the unittest module checks if two values are almost equal within a specified delta?
assertAlmostEqual
assertNotAlmostEqual
assertEqual
assertNotEqual
Answer: Option
Explanation:
The assertAlmostEqual method in the unittest module checks if two values are almost equal within a specified delta during testing.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.