Skip to content

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

License

Notifications You must be signed in to change notification settings

mdw-go/go-test-fmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published