What is the purpose of using self.id in tests, while working with unittest?
What is the purpose of using self.id in tests, while working with unittest?
a. self.id returns the name of method
b. self.id returns reference value
c. self.id returns the name of module
d. self.id returns the name of class