161k views
2 votes
What is the purpose of using self.id in tests, while working with unittest?A. self.id returns the name of moduleB. self.id returns the name of methodC. self.id returns the name of classD. self.id returns reference value

1 Answer

6 votes

Answer:

B. self.id returns the name of method.

User Akhi Akl
by
5.8k points