mfridman/tparse
CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly. observed · 2026-08-28
Health v2 · maintenance only
51/100
- Activity 54
- Release rhythm 20
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 104
- age_days: 2876
- days_rel: 374
- days_push: 279
- n_releases_24m: 4
Adoption not part of the score
1261 stars · 36 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
tparse is a command-line tool that parses and summarizes `go test -` output, showing failures, panics, and package-level summaries with color. It is pipe-friendly and designed for both local use and CI/CD pipelines.
Use cases
- summarize go test output
- show failed go tests grouped by package
- pipe go test - output into a readable summary
- view passed test elapsed times sorted by duration
- make go test output readable in CI pipelines
- replay saved go test output from a file
When to choose
- you run Go tests and find raw `go test` output too verbose
- you want a simple, pipe-friendly alternative to bash one-liners for test summaries
- you need readable go test output in CI/CD logs
- you want failures and panics surfaced immediately with a package summary
When to avoid
- you are not testing Go code
- you need test coverage analysis or benchmarking rather than output summarization
- you want a full test runner or TAP/JUnit reporter rather than a terminal summary
Facets
cli-tool · maturity stable
testing cli parser testing developer-tools programming-languages cli cross-platform go go-test test-output ci-cd pipe-friendly summary command-line
1 source
- readme: https://github.com/mfridman/tparse · fetched 2026-08-28 · 4fb9deca3f2a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mfridman/tparse | main | 51 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem