Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amenzhinsky/gotest
- Owner: amenzhinsky
- Created: 2019-01-25T14:52:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T17:21:25.000Z (almost 5 years ago)
- Last Synced: 2024-10-01T17:07:10.352Z (about 2 months ago)
- Topics: colors, go, golang, test
- Language: Go
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.