macOS
brew install gotestsumlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gotestsum pour les workflows d'agents IA.
installation
brew install gotestsumlocal Homebrew formula metadata
sudo apk add gotestsumAlpine Linux edge package indexes · gotestsum · Source: dl-cdn.alpinelinux.org
sudo apt install gotestsumDebian stable package indexes · gotestsum · Source: deb.debian.org
nix profile install nixpkgs#gotestsumnixpkgs package indexes · pkgs/by-name/go/gotestsum/package.nix · Source: api.github.com
sudo zypper install gotestsumopenSUSE Tumbleweed package metadata · gotestsum · Source: download.opensuse.org
aperçu
Human friendly go test runner
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
gotestsum | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/gotestyourself/gotestsum
métadonnées d'installation
| Clé du paquet | brew:gotestsum |
|---|---|
| Version | 1.13.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/gotestsum |
| Page d'accueil | https://github.com/gotestyourself/gotestsum |
| Dépôt | https://github.com/gotestyourself/gotestsum |
| Docs amont | https://github.com/gotestyourself/gotestsum#readme |
| Licence | Apache-2.0 |
| Archive source | https://github.com/gotestyourself/gotestsum/archive/refs/tags/v1.13.0.tar.gz |
| Dépendances de compilation | go |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 gotestsumpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.