golang-gocheck 0.0~bzr20131118+85-2 source package in Ubuntu RTM

Changelog

golang-gocheck (0.0~bzr20131118+85-2) unstable; urgency=medium


  * Patching fixture_test.go with expected panic msg for Go 1.2
    (Closes: #733440)

 -- Sergio Schvezov <email address hidden>  Mon, 30 Dec 2013 14:02:10 -0300

Upload details

Uploaded by:
Sergio Schvezov
Uploaded to:
Sid
Original maintainer:
Sergio Schvezov
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release universe devel
14.09 release universe devel

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
golang-gocheck_0.0~bzr20131118+85-2.dsc 2.0 KiB 35959debe7390befae00002f61e144532442f43943ca5d92d5e5e1b316b6ac67
golang-gocheck_0.0~bzr20131118+85.orig.tar.gz 27.7 KiB 71ba0752af3cd04a42a95ef68c098d251430281c8461272df259d52d6092f7da
golang-gocheck_0.0~bzr20131118+85-2.debian.tar.gz 3.0 KiB 51b2418bae7c70486a1492d26167299d4218bf59e1c88d1774f0eada0f5c78f7

No changes file available.

Binary packages built by this source

golang-gocheck-dev: Richer testing framework for Go libraries and applications to use

 gocheck extends Go's internal testing library with 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)