Joined June 2012
·
Achievements
93 Karma
1,219 Total ProTip Views
Mongoose
Have at least one original repo where Ruby is the dominant language
Beaver
Have at least one original repo where go is the dominant language
Python 3
Have at least three original repos where Python is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
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.