tparse
Test analyzer
Analyzes and summarizes Go test output for developers.
CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly.
1k stars
5 watching
23 forks
Language: Go
last commit: 20 days ago golangtesttestingtesting-tools
Related projects:
Repository | Description | Stars |
---|---|---|
msoap/go-carpet | Analyzes test coverage of Go source files and displays the results in the terminal. | 246 |
maxatome/go-testdeep | Tool for comparing and testing Go code | 436 |
matryer/is | A testing framework for Go with simple and readable API | 1,795 |
gotesttools/gotestfmt | Transforms Golang test output into a human-readable format | 512 |
last-ent/testy-go | An application that provides a simple and flexible way to run tests in Go projects. | 8 |
gkampitakis/go-snaps | A testing library for Go that allows developers to create reusable snapshots of test data | 173 |
mvdan/unparam | Tools to analyze unused parameters in Go functions and identify potential issues | 532 |
gotestyourself/gotest.tools | Tools to augment Go testing and support common testing patterns | 518 |
marvinjwendt/testza | A comprehensive testing framework for Go, providing features for assertions, fuzzing, output capture, and more. | 418 |
gotestyourself/gotestsum | A tool that runs and summarizes Go tests with customizable output formats | 2,095 |
go-testfixtures/testfixtures | A tool for writing functional tests against real databases in Go applications. | 1,116 |
tvastar/test | A package of test utilities for Go programming language | 9 |
vcaesar/tt | A tool for writing and running tests in Go with colorful output and benchmarking capabilities. | 8 |
crossoverjie/ptg | A tool for testing and interacting with gRPC services in various scenarios. | 328 |
maxm65dia/vscode-go-prof | An extension for VS Code that provides benchmark profiling support for the Go language | 7 |