Computer Science, asked by satishsatish2503, 8 months ago

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

Answers

Answered by Anonymous
0

self.id returns the name of module.

self.id returns the name of method.

self.id returns the name of class.

Similar questions