https://github.com/izumin5210/cgt
🎨 Painting go test outputs
https://github.com/izumin5210/cgt
go golang testing
Last synced: 4 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T06:34:52.000Z (over 7 years ago)
- Last Synced: 2025-06-13T12:06:09.274Z (about 1 year ago)
- Topics: go, golang, testing
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 16
- Watchers: 1
- 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
```
[](https://asciinema.org/a/VJO3hJng5gTll8klmqeO3oKZW)
## Installation
```
$ go get -u github.com/izumin5210/cgt
```