# mfridman/tparse

CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly.

Repository: https://github.com/mfridman/tparse
Canonical: https://ross.abutalabs.com/products/tparse
Language: Go
License: MIT
License Family: permissive
Topics: golang, test, testing-tools, testing
Last push: 2025-11-27T12:00:33+00:00

## Health v2 (maintenance only)
Score: 51/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 54, release rhythm 20, longevity 100
- inputs: {"age_days": 2876, "days_push": 279, "days_rel": 374, "gap_med": 104, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1261, forks 36 (observed 2026-08-28T04:04:10.106948+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: stable
- function: testing, cli, parser
- domain: testing, developer-tools, programming-languages
- platform: cli, cross-platform, go
- tags: go-test, test-output, ci-cd, pipe-friendly, summary, command-line

## Member repositories
- mfridman/tparse (main) score 51

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:10.106948+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:04:19.707641+00:00, confidence not recorded.
  - readme: https://github.com/mfridman/tparse (fetched 2026-08-28T04:04:10.106948+00:00, sha 4fb9deca3f2a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
