joaonsantos / gotestcolor

Bring some color to go test.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gotest

Bring some color to go test.

Inspired by https://github.com/rakyll/gotest and https://github.com/kyoh86/richgo.

Please check the above, for a more complete solution.

Installation

For Go 1.16+:

$ go install github.com/joaonsantos/gotestcolor@latest

Usage

Use gotestcolor just like you would go test.

You can also replace go test with gotestcolor in your local makefiles.

Example:

$ gotestcolor -v -count=1 ./...

gotestcolor output example

About

Bring some color to go test.

License:MIT License


Languages

Language:Go 94.9%Language:Makefile 5.1%