go-test-colorize

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2021 License: BSD-3-Clause Imports: 6 Imported by: 0

README

Go Test Colorize

Colorize the output of 'go test'

This program reads in the output of go test, and colorizes status lines to help quickly find passed, failed, or skipped tests. This is especially useful when go test is run in verbose mode.

Installation

The tool can be installed from the command line using the go tool. There is one dependency beyond the standard library, but it will be fetched automatically. Any relatively recent version of Go should work.

go install git.sr.ht/~rj/sgr

Getting started

To use this tool, just run go test like normal, but pipe the output through go-test-colorize.

go test | go-test-colorize

Contribute

Sorry, no discussion list or bug tracker has been created for this project.

License

BSD (c) Robert Johnstone

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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