json2test

command
v0.0.0-...-9a46783 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2019 License: Apache-2.0, Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

json2test reformats 'go test -json' output as text as if the -json flag were not passed to go test. It is useful if you want to analyze go test -json output, but still want a human readable test log.

Usage:

go test -json > out.txt; <analysis program> out.txt; cat out.txt | json2test

Jump to

Keyboard shortcuts

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