I want to contribute one new feature to Django (doing this first time).
I reading
this and have one question.
First, write tests. I want to improve work of
ping_google() and add some new behavior.
But I can't find any tests that cover this function.
I think, that it might be
here, but I can't find tests for
ping_google().
So, what should I do? That test needs me to see, how they works, change some of them and write new ones.
My changes aren't be so serious: just a very simple 2-3 new lines.
Please, help.
Thanks!