golang-check.v1 0.0+git20161208.0.20d25e2-5 source package in Ubuntu

Changelog

golang-check.v1 (0.0+git20161208.0.20d25e2-5) unstable; urgency=medium

  * Team upload.
  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Tue, 06 Feb 2018 00:17:47 -0500

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
Bionic release universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-check.v1_0.0+git20161208.0.20d25e2-5.dsc 2.5 KiB 4387ecec15866ab7fc6905fbfc9ec70e0bbbe587ab735eec5262fa184a80e7f1
golang-check.v1_0.0+git20161208.0.20d25e2.orig.tar.xz 26.4 KiB 4a396c69e002b446ad3f7635744e144b8c121301fe10b2cf878a3e3bdec5467f
golang-check.v1_0.0+git20161208.0.20d25e2-5.debian.tar.xz 4.2 KiB b37f78313f45bf872fd22a4c1c4e27dc0ceb869b1e1ffa80f51bbb2d1301cfdc

No changes file available.

Binary packages built by this source

golang-check.v1-dev: Transitional package for golang-gopkg-check.v1-dev

 This is a transitional package to ease upgrades to the
 golang-gopkg-check.v1-dev package. It can safely be removed.

golang-gopkg-check.v1-dev: Rich testing extension for Go's testing package

 The Go language provides an internal testing library, named testing, which is
 relatively slim due to the fact that the standard library correctness by
 itself is verified using it. The check package, on the other hand, expects the
 standard library from Go to be working correctly, and builds on it to offer a
 richer testing framework for libraries and applications to use.
 .
 Package "gopkg.in/check.v1" includes features such as:
 .
    - Helpful error reporting to aid on figuring problems out
    - Richer test helpers: assertions which interrupt the test immediately,
      deep multi-type comparisons, string matching, etc
    - Suite-based grouping of tests
    - Fixtures: per suite and/or per test set up and tear down
    - Benchmarks integrated in the suite logic (with fixtures, etc)
    - Management of temporary directories
    - Panic-catching logic, with proper error reporting
    - Proper counting of successes, failures, panics, missed tests, skips, etc
    - Explicit test skipping
    - Support for expected failures
    - Verbosity flag which disables output caching (helpful to debug hanging
      tests, for instance)
    - Multi-line string reporting for more comprehensible failures
    - Inclusion of comments surrounding checks on failure reports
    - Fully tested (it manages to test itself reliably)