Path to this page:
./
devel/go-check,
Rich testing for the Go language
Branch: CURRENT,
Version: 1nb31,
Package name: go-check-1nb31,
Maintainer: rilligThe check package builds on the standard testing library from Go to offer
a richer testing framework for libraries and applications to use.
gocheck includes features such as:
* Helpful error reporting to aid on figuring problems out (see below)
* 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)
Required to build:[
pkgtools/cwrappers] [
lang/go114]
Master sites:
Version history: (Expand)
- (2020-11-13) Updated to version: go-check-1nb31
- (2020-11-09) Updated to version: go-check-1nb30
- (2020-10-15) Updated to version: go-check-1nb29
- (2020-09-03) Updated to version: go-check-1nb28
- (2020-08-15) Updated to version: go-check-1nb27
- (2020-07-17) Updated to version: go-check-1nb26
CVS history: (Expand)