richgo

Enrich `go test` output with colorized text decorations

brewmacoslinux
Try with needOr install directly
Source

About

Enrich `go test` outputs with text decorations

Commands

richgo

Examples

Run tests for current package with rich formatting$ richgo test ./...
Run tests with verbose output and rich decorations$ richgo test -v ./...
Run a specific test with coverage and rich formatting$ richgo test -cover -run TestName ./...