Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mdw-go/go-test-fmt

A library and command-line tool to format output of `go test ./...`.
https://github.com/mdw-go/go-test-fmt

Last synced: 14 days ago
JSON representation

A library and command-line tool to format output of `go test ./...`.

Awesome Lists containing this project

README

        

# go-test-fmt

A library and command-line tool to format output of `go test ./...`.

---

Example output:

```
github.com/mdw-go/go-collections on git main [!]
$ make | go-test-fmt
go version go1.23rc1 darwin/arm64
go fmt ./...
go mod tidy
go test -cover -count=1 -timeout=1s -race ./...
- github.com/mdw-go/collections/internal/should [missing test files]
ok github.com/mdw-go/collections/list 100.0% 0.279s
ok github.com/mdw-go/collections/queue 100.0% 0.464s
ok github.com/mdw-go/collections/set 100.0% 0.641s
ok github.com/mdw-go/collections/stack 100.0% 0.836s
```