Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izumin5210/cgt
🎨 Painting go test outputs
https://github.com/izumin5210/cgt
go golang testing
Last synced: 22 days ago
JSON representation
🎨 Painting go test outputs
- Host: GitHub
- URL: https://github.com/izumin5210/cgt
- Owner: izumin5210
- License: mit
- Created: 2018-11-01T09:42:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T06:34:52.000Z (about 6 years ago)
- Last Synced: 2024-10-06T05:44:43.809Z (about 1 month ago)
- Topics: go, golang, testing
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cgt
Painting `go test` outputs (inspired by [rakyll/gotest](https://github.com/rakyll/gotest))## Usage
```
$ go test -v ./... | cgt
```[![asciicast](https://asciinema.org/a/VJO3hJng5gTll8klmqeO3oKZW.svg)](https://asciinema.org/a/VJO3hJng5gTll8klmqeO3oKZW)
## Installation
```
$ go get -u github.com/izumin5210/cgt
```