7 Commits

Author SHA1 Message Date
espie
8d860230fd adjust distinfo post DISTFILES change 2017-05-06 15:10:17 +00:00
czarkoff
63f65b3301 update to latest snapshot 2016-08-21 14:31:26 +00:00
ajacoutot
7dd96039df Bump after recent go MODULE change.
ok czarkoff@
2016-08-03 09:34:39 +00:00
jsing
051fd97a69 Update devel/go-check-v1 for changes to go.port.mk.
ok sthen@ jasper@ czarkoff@
2016-01-14 15:59:06 +00:00
czarkoff
b1777cceb2 change my email address 2016-01-11 11:04:21 +00:00
sthen
fc519fa31e mark BROKEN; these need adapting following the changes in go 1.5
ajacoutot jasper naddy in agreement
2016-01-10 16:04:24 +00:00
czarkoff
3f9bf90618 New port: devel/go-check-v1
gocheck works as an extension to the testing package and to the "go test"
runner. That allows keeping all current tests and using gocheck-based tests
right away for new tests without conflicts. The gocheck API was purposefully
made similar to the testing package for a smooth migration.

gocheck 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
 * multi-line string reporting for more comprehensible failures
 * inclusion of comments surrounding checks on failure reports
2015-06-19 08:42:54 +00:00