macOS
brew install gotestsumlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für gotestsum in AI-Agent-Workflows.
Installation
brew install gotestsumlocal Homebrew formula metadata
sudo apk add gotestsumAlpine Linux edge package indexes · gotestsum · Quelle: dl-cdn.alpinelinux.org
sudo apt install gotestsumDebian stable package indexes · gotestsum · Quelle: deb.debian.org
nix profile install nixpkgs#gotestsumnixpkgs package indexes · pkgs/by-name/go/gotestsum/package.nix · Quelle: api.github.com
sudo zypper install gotestsumopenSUSE Tumbleweed package metadata · gotestsum · Quelle: download.opensuse.org
Überblick
Human friendly go test runner
Verlauf
gotestsum is a wrapper around go test -json that formats Go test output for humans while preserving machine-readable data for CI systems. It sits between the standard Go test runner and developer-facing or automation-facing reporting needs.
The gotestyourself/gotestsum repository was created in March 2018, and its first GitHub release, v0.1, was published in May 2018. The project grew around Go's test2json stream, adding output formats, summaries, JUnit XML, JSON log capture, rerun support for failed tests, watch mode, and tooling for finding slow tests.
The README presents gotestsum as a test runner designed for both local development and CI automation. Its release notes show sustained maintenance after the 1.0 era, including support for additional output options, file-watching improvements, flaky-test reruns, CI report controls, and platform fixes.
The project documents usage by large Go projects and infrastructure stacks, including Kubernetes, Moby, etcd, HashiCorp Vault, Pulumi, Grafana Loki, Telegraf, and containerd. That list reflects the tool's appeal in repositories where raw go test output is too noisy but replacing the Go test runner would be undesirable.
A common invocation is to run gotestsum in place of go test, pass Go test flags after --, and choose a display format such as pkgname, dots, testname, testdox, or standard-compatible modes. In CI, users often add --junitfile for test-report ingestion and --jsonfile to retain the original test2json stream for later analysis.
For local loops, gotestsum offers --watch to rerun tests after Go files change, --post-run-command for notifications or follow-up scripts, and gotestsum tool slowest for identifying expensive tests. Its design keeps go test semantics close while making the output easier to scan.
gotestsum matters to package nerds because it is a canonical example of a CLI that wraps a standard tool without hiding it. It takes Go's structured test event stream seriously, turns it into useful terminal UX, and exports formats that CI servers already know how to consume.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
gotestsum | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/gotestyourself/gotestsum
Installationsmetadaten
| Paketschlüssel | brew:gotestsum |
|---|---|
| Version | 1.13.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/gotestsum |
| Homepage | https://github.com/gotestyourself/gotestsum |
| Repository | https://github.com/gotestyourself/gotestsum |
| Upstream-Dokumentation | https://github.com/gotestyourself/gotestsum#readme |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/gotestyourself/gotestsum/archive/refs/tags/v1.13.0.tar.gz |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gotestsum |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
gotestsum 1.8.2-1+b14
Feature-rich runner for go test
https://github.com/gotestyourself/gotestsum
sudo apt install gotestsumgotestsum
nix profile install nixpkgs#gotestsumgotestsum 1.8.2-1build1
Feature-rich runner for go test
https://github.com/gotestyourself/gotestsum
sudo apt install gotestsumgotestsum 1.13.0-r7
Go test runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results
https://github.com/gotestyourself/gotestsum
sudo apk add gotestsumgotestsum 1.13.0-1.4
CLI Go test runner with output optimized for human readability
https://github.com/gotestyourself/gotestsum
sudo zypper install gotestsumQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.