gotest

command module
v0.0.0-...-deeb3f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2018 License: BSD-3-Clause Imports: 11 Imported by: 0

README

This repository is forked from github.com/rakyll/gotest

gotest

Like go test but with colors.

Installation

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

Use with pipe

You can use this with pipe like this!

$ go test -v github.com/rakyll/hey | gotest

Of course, it will be okay.

$ make test | gotest

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

Documentation

Overview

gotest is a tiny program that shells out to `go test` and prints the output in color.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL