Categorygithub.com/subtlepseudonym/gotest
modulepackage
0.0.0-20200518150051-2cd83c052c8f
Repository: https://github.com/subtlepseudonym/gotest.git
Documentation: pkg.go.dev

# README

gotest

Like go test but with colors.

Installation

$ go get -u github.com/subtlepseudonym/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.