golang-github-bradleyjkemp-cupaloy 2.6.0-2 source package in Ubuntu

Changelog

golang-github-bradleyjkemp-cupaloy (2.6.0-2) unstable; urgency=medium

  * upload source package

 -- Thorsten Alteholz <email address hidden>  Mon, 30 Aug 2021 19:20:53 +0200

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-bradleyjkemp-cupaloy_2.6.0-2.dsc 2.5 KiB bee11f1d89bff7c8ea954f98953281546c43f9170472fe6f5c7dce43b0fb8cee
golang-github-bradleyjkemp-cupaloy_2.6.0.orig.tar.gz 269.5 KiB 09e0c9569ec68501fbe08b8d7376c3e57221124ee5529d84079e7a3118597339
golang-github-bradleyjkemp-cupaloy_2.6.0-2.debian.tar.xz 2.7 KiB 6385aba10eedf7f609d11816447e83d6f4eae7c890d82aeff99b4375e960f0ec

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.