0 votes
in Python by

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

A).self.id returns the name of class

B). self.id returns the name of method 

C). self.id returns reference value

D). self.id returns the name of module

1 Answer

0 votes
by
Ans is

self.id returns the name of method

Related questions

0 votes
asked Jun 30, 2020 in Python by GeorgeBell
0 votes
asked Jun 30, 2020 in Python by GeorgeBell
...