Skip to content

Commit

Permalink
updated readme and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Chechel committed Nov 24, 2017
1 parent bf7389c commit ce64b3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: go
sudo: false
go:
- 1.x
- master
before_install:
- go get github.com/gojuno/minimock
- go get github.com/mattn/goveralls
Expand Down
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) [![Coverage Status](https://coveralls.io/repos/github/cweill/gotests/badge.svg?branch=master)]
# 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)

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 ce64b3c

Please sign in to comment.