项目作者: amenzhinsky

项目描述 :
go test colorizer
高级语言: Go
项目地址: git://github.com/amenzhinsky/gotest.git
创建时间: 2019-01-25T14:52:11Z
项目社区:https://github.com/amenzhinsky/gotest

开源协议:

下载


gotest

Example

Wrapper for go test that colorizes output by parsing JSON description of the test execution (>= go1.0).

Installation

Can be done easily with go get:

  1. GO111MODULE=on go get -u github.com/amenzhinsky/gotest

Usage

The program wraps go test around and passes all the given arguments to it, just colorizing the output, so you should be familiar with it.