Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mxschmitt/golang-tdd-example
- Owner: mxschmitt
- License: mit
- Created: 2018-01-19T11:13:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T07:58:32.000Z (about 7 years ago)
- Last Synced: 2024-12-07T06:25:45.807Z (2 months ago)
- Topics: golang, simple, tdd, unit-testing
- Language: Go
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.