/TDD-testing

Trying out some TDD tools and methods

Primary LanguageCSSMIT LicenseMIT

TDD-testing

A little project to try different tools for TDD. The application is a todo list but the application is not important, the idea is to try out different TDD tools.

things that are included

  1. simple test just using testing
  2. github.com/stretchr/testify/assert
  3. table driven testing

todo

other test libs such as

  1. github.com/smartystreets/goconvey/convey