macOS
brew install gotestsumlocal Homebrew formula metadata
brew
gotestsum のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gotestsumlocal Homebrew formula metadata
sudo apk add gotestsumAlpine Linux edge package indexes · gotestsum · ソース: dl-cdn.alpinelinux.org
sudo apt install gotestsumDebian stable package indexes · gotestsum · ソース: deb.debian.org
nix profile install nixpkgs#gotestsumnixpkgs package indexes · pkgs/by-name/go/gotestsum/package.nix · ソース: api.github.com
sudo zypper install gotestsumopenSUSE Tumbleweed package metadata · gotestsum · ソース: download.opensuse.org
概要
Human friendly go test runner
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gotestsum | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/gotestyourself/gotestsum
インストールメタデータ
| パッケージキー | brew:gotestsum |
|---|---|
| バージョン | 1.13.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gotestsum |
| ホームページ | https://github.com/gotestyourself/gotestsum |
| リポジトリ | https://github.com/gotestyourself/gotestsum |
| 上流ドキュメント | https://github.com/gotestyourself/gotestsum#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/gotestyourself/gotestsum/archive/refs/tags/v1.13.0.tar.gz |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 gotestsumソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.