golang-github-bradleyjkemp-cupaloy 2.7.0-1 source package in Ubuntu

Changelog

golang-github-bradleyjkemp-cupaloy (2.7.0-1) unstable; urgency=medium

  * New upstream release.
  * reverse dependencies successfully built with ratt:
    - c2go

 -- Thorsten Alteholz <email address hidden>  Fri, 07 Jan 2022 00:12:08 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-bradleyjkemp-cupaloy_2.7.0-1.dsc 2.5 KiB baaad350a792baf50084c45d5eb41cd4de381c93d153706cb8861f5c2d02936c
golang-github-bradleyjkemp-cupaloy_2.7.0.orig.tar.gz 270.0 KiB 7fccc2f20cd986c85429b08d2c42fa168ab0b635de09a4d6263f7f4bc50828df
golang-github-bradleyjkemp-cupaloy_2.7.0-1.debian.tar.xz 2.4 KiB b4a7a422a34634275555fd744837cf1ec4d00379e8b4b93043d5dc22dfe773bb

Available diffs

No changes file available.

Binary packages built by this source

golang-github-bradleyjkemp-cupaloy-dev: simple Go snapshot testing

 This package takes a snapshot of the test output and compares it to a
 snapshot committed alongside the tests. If the values don't match then
 the test will be failed.
 .
 There's no need to manually manage snapshot files: just use the
 cupaloy.SnapshotT(t, value) function in the tests and cupaloy will
 automatically find the relevant snapshot file (based on the test name)
 and compare it with the given value.