Give color to the output according to the test result.
ctest
= go test
go test
option can also be used in ctest
.
go test -v ./...
= ctest -v ./...
go test -v -cover ./...
= ctest -v -cover ./...
NAME:
cTest - Give color to the output according to the test result.
USAGE:
ctest [global options] [go test options]
AUTHOR:
hmarf
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
-r Do not output '=== RUN: ~'
-p Do not output '--- PASS: ~'
-f Do not output '--- FAIL: ~'
--help, -h show help
$ brew tap hmarf/tap
$ brew install hmarf/tap/ctest