fd89546116
The 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)
23 lines
972 B
Text
23 lines
972 B
Text
@comment $NetBSD: PLIST,v 1.1 2016/01/16 23:56:23 rillig Exp $
|
|
gopkg/pkg/${GO_PLATFORM}/gopkg.in/check.v1.a
|
|
gopkg/src/gopkg.in/check.v1/LICENSE
|
|
gopkg/src/gopkg.in/check.v1/README.md
|
|
gopkg/src/gopkg.in/check.v1/TODO
|
|
gopkg/src/gopkg.in/check.v1/benchmark.go
|
|
gopkg/src/gopkg.in/check.v1/benchmark_test.go
|
|
gopkg/src/gopkg.in/check.v1/bootstrap_test.go
|
|
gopkg/src/gopkg.in/check.v1/check.go
|
|
gopkg/src/gopkg.in/check.v1/check_test.go
|
|
gopkg/src/gopkg.in/check.v1/checkers.go
|
|
gopkg/src/gopkg.in/check.v1/checkers_test.go
|
|
gopkg/src/gopkg.in/check.v1/export_test.go
|
|
gopkg/src/gopkg.in/check.v1/fixture_test.go
|
|
gopkg/src/gopkg.in/check.v1/foundation_test.go
|
|
gopkg/src/gopkg.in/check.v1/helpers.go
|
|
gopkg/src/gopkg.in/check.v1/helpers_test.go
|
|
gopkg/src/gopkg.in/check.v1/printer.go
|
|
gopkg/src/gopkg.in/check.v1/printer_test.go
|
|
gopkg/src/gopkg.in/check.v1/reporter.go
|
|
gopkg/src/gopkg.in/check.v1/reporter_test.go
|
|
gopkg/src/gopkg.in/check.v1/run.go
|
|
gopkg/src/gopkg.in/check.v1/run_test.go
|