Remove go-check-v1 as nothing is using it.
OK naddy@
This commit is contained in:
parent
d05d1e6aea
commit
d3211145f7
@ -1,21 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:44:10 sthen Exp $
|
||||
|
||||
COMMENT = testing library for the Go language
|
||||
DISTNAME = go-check-v1-20160105
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://labix.org/gocheck
|
||||
REVISION = 0
|
||||
|
||||
# 2-clause BSD
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
GH_ACCOUNT = go-check
|
||||
GH_PROJECT = check
|
||||
GH_COMMIT = 4f90aeace3a26ad7021961c297b22c42160c7b25
|
||||
|
||||
MODULES = lang/go
|
||||
MODGO_TYPE = lib
|
||||
|
||||
ALL_TARGET = gopkg.in/check.v1
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (go-check-v1-20160105-4f90aeac.tar.gz) = adGngbRQtT1N3oNmGbW2/VIei9i+DZUxVnFIFMUblg4=
|
||||
SIZE (go-check-v1-20160105-4f90aeac.tar.gz) = 30343
|
@ -1,21 +0,0 @@
|
||||
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
|
@ -1,31 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2016/08/21 14:31:26 czarkoff Exp $
|
||||
go-pkg/
|
||||
go-pkg/pkg/
|
||||
${MODGO_PACKAGES}/
|
||||
${MODGO_PACKAGES}/gopkg.in/
|
||||
${MODGO_PACKAGES}/gopkg.in/check.v1.a
|
||||
${MODGO_SOURCES}/
|
||||
${MODGO_SOURCES}/gopkg.in/
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/.gitignore
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/LICENSE
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/README.md
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/TODO
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/benchmark.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/benchmark_test.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/bootstrap_test.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/check.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/check_test.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/checkers.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/checkers_test.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/export_test.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/fixture_test.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/foundation_test.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/helpers.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/helpers_test.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/printer.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/printer_test.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/reporter.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/reporter_test.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/run.go
|
||||
${MODGO_SOURCES}/gopkg.in/check.v1/run_test.go
|
Loading…
x
Reference in New Issue
Block a user