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.
- simple test just using testing
- github.com/stretchr/testify/assert
- table driven testing
other test libs such as
- github.com/smartystreets/goconvey/convey