What is the purpose of using self.Id in tests, while working with unittest?
Answers
Answered by
0
self.id returns the name of module.
self.id returns the name of method.
self.id returns the name of class.
Similar questions