https://github.com/haunt98/go-test-color
Run go test with color.
https://github.com/haunt98/go-test-color
color go test tool
Last synced: 3 months ago
JSON representation
Run go test with color.
- Host: GitHub
- URL: https://github.com/haunt98/go-test-color
- Owner: haunt98
- License: mit
- Created: 2020-11-05T09:52:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T02:30:24.000Z (5 months ago)
- Last Synced: 2025-05-06T03:28:48.150Z (5 months ago)
- Topics: color, go, test, tool
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# go-test-color
[](https://github.com/haunt98/go-test-color/actions/workflows/go.yaml)
[](https://github.com/haunt98/go-test-color/actions/workflows/gitleaks.yml)
[](https://pkg.go.dev/github.com/haunt98/go-test-color)
[](https://github.com/haunt98/go-test-color/tags)Run `go test` with color.
## Install
```sh
go install github.com/haunt98/go-test-color@latest
```## Usage
```sh
# Simply replace go test with go-test-color
go-test-color -v ./...
```## Thanks
- [fatih/color](https://github.com/fatih/color)
- [rakyll/gotest](https://github.com/rakyll/gotest)