evewspace/eve-wspace

No tests are written at all

Opened this issue · 2 comments

So I was messing around trying to make my first commit and I went to run the tests in django to make sure I didn't break anything. I noticed that absolutely nobody has touched any */tests.py file.

I've only run through some django tutorials and made a simple database of my own, but I found making test functions really useful for my workflow. Is it worth worrying about writing these or does nobody really need them?

It would indeed be useful if they're there. If you feel like writing them :)

On Mon, Jan 25, 2016 at 2:48 AM, AceMgy notifications@github.com wrote:

So I was messing around trying to make my first commit and I went to run the tests in django to make sure I didn't break anything I noticed that absolutely nobody has touched any */testspy file

I've only run through some django tutorials and made a simple database of my own, but I found making test functions really useful for my workflow Is it worth worrying about writing these or does nobody really need them?

Reply to this email directly or view it on GitHub:
#228

Yeah I debated even complaining about it because you know what happens to those who complain...

I'll concentrate on other things and make sure I write tests for any new functions I create. Might come back to this if I'm really bored.