evewspace / eve-wspace

Wormhole mapping and corporation management for Eve Online.
Apache License 2.0
86 stars 51 forks source link

No tests are written at all #228

Open AceMgy opened 8 years ago

AceMgy commented 8 years ago

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?

Zumochi commented 8 years ago

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: https://github.com/evewspace/eve-wspace/issues/228

AceMgy commented 8 years ago

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.