Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amenzhinsky/gotest

go test colorizer
https://github.com/amenzhinsky/gotest

colors go golang test

Last synced: about 1 month ago
JSON representation

go test colorizer

Awesome Lists containing this project

README

        

# gotest

![Example](_resources/example.png)

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`:

```bash
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.