Python Programming - Testing - Discussion

Discussion Forum : Testing - General Questions (Q.No. 67)
67.
What is the purpose of the unittest.TestCase.addTypeEqualityFunc method in Python testing?
Adds a new test case class
Adds a custom equality function for specific types
Adds a type assertion for test cases
Adds 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.