gotestsum 1.8.2-1 source package in Ubuntu

Changelog

gotestsum (1.8.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.8.2
  * Add patch to use spf13/pflag.
    The forked pflag is not packaged.
  * Use short mode in testing to skip flaky e2e tests,
    which are often broken when change default go version.
  * Update Arnaud Rebillout email address
  * Update Standards-Version to 4.6.2 (no changes)
  * Update Build-Depends for new version (Closes: #1028846)
  * Update section to golang
  * Fix testjson tests in GOPATH mode
  * Exclude internal signalhandlerdriver binary

 -- Shengjing Zhu <email address hidden>  Sat, 14 Jan 2023 23:22:49 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
gotestsum_1.8.2-1.dsc 1.8 KiB 9799589aaacb876ebc59bd7088198014cc9677986109b33f06eca5719b45e946
gotestsum_1.8.2.orig.tar.gz 92.6 KiB e961a4e9fca2d02824b8de2ecdfc63b823f89ac4f00d133a92aac22dab61396b
gotestsum_1.8.2-1.debian.tar.xz 4.0 KiB ecf712d1af803a401ec99559e6c68a2376ac6822fdee9eaffcee089cb3227a8a

No changes file available.

Binary packages built by this source

gotestsum: Feature-rich runner for go test

 `go test` runner with output optimized for humans, JUnit XML for CI
 integration, and a summary of the test run results.
 .
 gotestsum runs tests, prints friendly test output and a summary
 of the test run. Requires Go 1.10+.
 .
 gotestsum works by running go test --json ./... and reading the JSON
 output.

gotestsum-dbgsym: debug symbols for gotestsum