Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO TDD Starter

Simple starter for getting started with TDD in Go.

The file calculator/calculator_test.go contains one test case and a few in comments. Start by coming up with a few test cases and add them to the lists, then implement them one at a time, test-driving the solution forwards.

Libraries

  • github.com/stretchr/testify for the assert package

Running

There is a Makefile with some standard targets, run

$ make test

to run all the tests

About

A simple starter project for TDD in Go

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages