Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Testing can be sexy. If you actually do TDD rather than just add automated tests (as already mentioned) you'll get addicted to red, green, refactor. Writing a failing test, getting to go green as quickly and shamelessly as possible and then tidying up the code while keeping it green. You've taken the first step but don't stop there! Keep it up! 

My main problem is that I am teaching myself how to do testing, as in the circles I come from, it’s not a known concept. I can totally see the potential of a proper TDD but I don’t think I have yet the skills to implement it. Even my tests at the moment are fairly basic.