haunt98 / gotest

go test with colors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gotest

CircleCI

Like go test but with colors.

Installation

Use the pre-built binary for Linux 64-bit:

$ curl http://storage.googleapis.com/jbd-releases/gotest_linux > gotest && chmod +x gotest

Alternatively:

$ go get -u github.com/rakyll/gotest

Usage

Accepts all the arguments and flags go test works with.

Example:

$ gotest -v github.com/rakyll/hey

go test output

gotest comes with many colors! Configure the color of the output by setting the following env variable:

$ GOTEST_PALETTE="magenta,white"

The output will have magenta for failed cases, white for success. Available colors: black, hiblack, red, hired, green, higreen, yellow, hiyellow, blue, hiblue, magenta, himagenta, cyan, hicyan, white, hiwhite.

About

go test with colors

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 97.6%Language:Makefile 2.4%