Joined June 2012
·

Owais Lone

Opinr
·
New Delhi
·
·
·

Posted to Be careful with test names in Python over 1 year ago

It has got nothing to do with django. You are simply overwriting test_somethingA by declaring it again in the same class. When you add another method with the same name to the same class, the previous one is overwritten and stop existing. It is the same as doing so outside a class.

Achievements
93 Karma
1,170 Total ProTip Views