Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, Nix, zypper 安装 gotestsum

查看 gotestsum 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install gotestsum

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add gotestsum

Alpine Linux edge package indexes · gotestsum · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install gotestsum

Debian stable package indexes · gotestsum · 来源: deb.debian.org

Nix已验证 · 92%
nix profile install nixpkgs#gotestsum

nixpkgs package indexes · pkgs/by-name/go/gotestsum/package.nix · 来源: api.github.com

openSUSE zypper已验证 · 92%
sudo zypper install gotestsum

openSUSE Tumbleweed package metadata · gotestsum · 来源: download.opensuse.org

概览

软件包摘要

Human friendly go test runner

命令和别名

  • gotestsum

历史

项目历史与用法

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.

时间线

  • 2018: Repository created.
  • 2018: v0.1 release published.
  • 2023: v1.10.0 and v1.11.0 releases continued the 1.x line.
  • 2024: v1.12.0 added work including file-watcher and output-format improvements.
  • 2025: v1.13.0 release included watch-clear support and Go test attribute handling.

Related projects

  • go test -json and cmd/test2json provide the event format gotestsum consumes.
  • JUnit XML consumers in CI systems are a major target for gotestsum's report output.
  • gotest.tools is the broader module namespace associated with gotestsum.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
gotestsumcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本1.13.0
管理器更新时间
本地数据OK
上游当前
检测到的最新版本v1.13.0

https://github.com/gotestyourself/gotestsum

  • 信息No package-manager update timestamp was available.低 置信度

安装元数据

软件包元数据

软件包键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 DatabaseHomebrew formula API
Taphomebrew/core
Full Namegotestsum
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

gotestsum 1.8.2-1+b14

Feature-rich runner for go test

https://github.com/gotestyourself/gotestsum

sudo apt install gotestsum
  • Section: devel
  • Architecture: amd64
  • Source Package: gotestsum
  • 1 依赖
  • normalized package name match
  • 匹配方式:Gotestsum
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gotestsum from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

gotestsum

nix profile install nixpkgs#gotestsum
  • normalized package name match
  • 匹配方式:Gotestsum
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/go/gotestsum/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

gotestsum 1.8.2-1build1

Feature-rich runner for go test

https://github.com/gotestyourself/gotestsum

sudo apt install gotestsum
  • Section: universe/devel
  • Architecture: amd64
  • 1 依赖
  • normalized package name match
  • 匹配方式:Gotestsum
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gotestsum from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

gotestsum 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 gotestsum
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: gotestsum
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Gotestsum
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gotestsum from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
zypper95%

gotestsum 1.13.0-1.4

CLI Go test runner with output optimized for human readability

https://github.com/gotestyourself/gotestsum

sudo zypper install gotestsum
  • License: Apache-2.0
  • Category: Development/Languages/Go
  • Architecture: x86_64
  • Source Package: gotestsum
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Gotestsum
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: gotestsum from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment