Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 641 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 641 Bytes

gotest

Like go test but with colors.

What is gotest

gotest will do the same as go test, but with colors.

it will show:

  • a clickable file & line number on a fail for easy fixing
  • the total of fails
  • the busy time

Installation

$ go install github.com/marcelloh/gotest@latest
or
$ go get -u github.com/marcelloh/gotest

or get a specific version, like this:

$ go install github.com/marcelloh/[email protected]
$ go get -u github.com/marcelloh/[email protected]

Usage

Accepts all the arguments and flags go test works with.

Example:

$ gotest -v ./...

Screenshot

screenshot