What is the purpose of using self.id in tests, while working with unittest?

Questions & AnswersCategory: Programming LanguageWhat is the purpose of using self.id in tests, while working with unittest?
Adam asked 2 years ago

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