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

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.

Awesome Lists containing this project

README

          

# go-test-color

[![Go](https://github.com/haunt98/go-test-color/actions/workflows/go.yaml/badge.svg)](https://github.com/haunt98/go-test-color/actions/workflows/go.yaml)
[![gitleaks](https://github.com/haunt98/go-test-color/actions/workflows/gitleaks.yml/badge.svg)](https://github.com/haunt98/go-test-color/actions/workflows/gitleaks.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/haunt98/go-test-color.svg)](https://pkg.go.dev/github.com/haunt98/go-test-color)
[![Latest Version](https://img.shields.io/github/v/tag/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)