36

GitHub - rakyll/gotest: go test with colors

 5 years ago
source link: https://github.com/rakyll/gotest
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

gotest

Like go test but with colors.

Installation

$ 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 Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK