golang-github-frankban-quicktest 1.4.1-1 source package in Ubuntu

Changelog

golang-github-frankban-quicktest (1.4.1-1) unstable; urgency=medium

  * New upstream version 1.4.1
  * Remove 'workaround to make checker_test.go work with "go test -v"'
    due to upstream fix in https://github.com/frankban/quicktest/pull/47.
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Wed, 14 Aug 2019 03:08:04 -0600

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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-frankban-quicktest_1.4.1-1.dsc 2.3 KiB bacb2a0cfac8708dd3466274567420ae9b0085b399ae7706f2c966745baf432f
golang-github-frankban-quicktest_1.4.1.orig.tar.gz 26.0 KiB b302cc99cc71bb52893cc4f550dbe76b5e139b0ebd73a7fe0f358ee66a97b8fd
golang-github-frankban-quicktest_1.4.1-1.debian.tar.xz 2.7 KiB ce979b2b2bb3e3f6cddf3ad0efbfaafb69e6631aca16d8a7a1fef019bfc0b407

Available diffs

No changes file available.

Binary packages built by this source

golang-github-frankban-quicktest-dev: quick helpers for testing Go applications

 A collection of Go helpers for writing tests.
 .
 The library provides some base checkers like Equals, DeepEquals, Matches,
 ErrorMatches, IsNil and others. More can be added by implementing the
 Checker interface.