Python Programming - Testing - Discussion

Discussion Forum : Testing - General Questions (Q.No. 46)
46.
What does the unittest.TestCase.addTypeEqualityFunc method in Python's unittest module allow you to do?
Add a new test case class
Add a custom equality function for specific types
Add a type assertion for test cases
Add a type-specific cleanup function
Answer: Option
Explanation:
The addTypeEqualityFunc method allows you to add a custom equality function for specific types in Python's unittest module.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.