Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mxschmitt/golang-tdd-example

Test driven development in Golang based on Martin Fowlers stack example.
https://github.com/mxschmitt/golang-tdd-example

golang simple tdd unit-testing

Last synced: 7 days ago
JSON representation

Test driven development in Golang based on Martin Fowlers stack example.

Awesome Lists containing this project

README

        

# golang-tdd-example

[![Build Status](https://travis-ci.org/mxschmitt/golang-tdd-example.svg?branch=master)](https://travis-ci.org/mxschmitt/golang-tdd-example)
[![Go Report Card](https://goreportcard.com/badge/github.com/mxschmitt/golang-tdd-example)](https://goreportcard.com/report/github.com/mxschmitt/golang-tdd-example)
[![Coverage Status](https://coveralls.io/repos/github/mxschmitt/golang-tdd-example/badge.svg?branch=master)](https://coveralls.io/github/mxschmitt/golang-tdd-example?branch=master)
[![GoDoc](https://godoc.org/github.com/mxschmitt/golang-tdd-example?status.svg)](https://godoc.org/github.com/mxschmitt/golang-tdd-example)

Test driven development in Golang based on Martin Fowlers stack example.