Skip to content
/ go Public template

A simple starter project for TDD in Go

Notifications You must be signed in to change notification settings

tdd-starters/go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published