Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Chechel committed Nov 24, 2017
1 parent deb7360 commit bf7389c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gotests [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/hexdigest/gotests/blob/master/LICENSE) [![godoc](https://img.shields.io/badge/go-documentation-blue.svg)](https://godoc.org/github.com/hexdigest/gotests) [![Build Status](https://travis-ci.org/hexdigest/gotests.svg?branch=master)](https://travis-ci.org/hexdigest/gotests) [![Coverage Status](https://coveralls.io/repos/github/hexdigest/gotests/badge.svg?branch=master)](https://coveralls.io/github/hexdigest/gotests?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/hexdigest/gotests)](https://goreportcard.com/report/github.com/hexdigest/gotests)
# gotests [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/hexdigest/gotests/blob/master/LICENSE) [![godoc](https://img.shields.io/badge/go-documentation-blue.svg)](https://godoc.org/github.com/hexdigest/gotests) [![Build Status](https://travis-ci.org/hexdigest/gotests.svg?branch=master)](https://travis-ci.org/hexdigest/gotests) [![Coverage Status](https://coveralls.io/repos/github/hexdigest/gotests/badge.svg?branch=master)](https://coveralls.io/github/hexdigest/gotests?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/hexdigest/gotests)](https://goreportcard.com/report/github.com/hexdigest/gotests) [![Coverage Status](https://coveralls.io/repos/github/cweill/gotests/badge.svg?branch=master)]

This repository is a fork of [cweill/gotests](https://github.com/cweill/gotests)
The difference from the original code is that generated test is integrated with [minimock](https://github.com/cweill/gotests) and has setup function when testing a method of a struct.
Expand Down

0 comments on commit bf7389c

Please sign in to comment.