7e43968849
Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend. Features include: - Easy assertions - Mocking - HTTP response trapping - Testing suite interfaces and functions
76 lines
5.2 KiB
Text
76 lines
5.2 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2016/07/16 13:21:41 bsiegert Exp $
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/assert.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/http.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/mock.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/require.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/suite.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/vendor/github.com/stretchr/objx.a
|
|
gopkg/src/github.com/stretchr/testify/Godeps/Godeps.json
|
|
gopkg/src/github.com/stretchr/testify/Godeps/Readme
|
|
gopkg/src/github.com/stretchr/testify/LICENCE.txt
|
|
gopkg/src/github.com/stretchr/testify/LICENSE
|
|
gopkg/src/github.com/stretchr/testify/README.md
|
|
gopkg/src/github.com/stretchr/testify/_codegen/main.go
|
|
gopkg/src/github.com/stretchr/testify/assert/assertion_forward.go
|
|
gopkg/src/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
|
|
gopkg/src/github.com/stretchr/testify/assert/assertions.go
|
|
gopkg/src/github.com/stretchr/testify/assert/assertions_test.go
|
|
gopkg/src/github.com/stretchr/testify/assert/doc.go
|
|
gopkg/src/github.com/stretchr/testify/assert/errors.go
|
|
gopkg/src/github.com/stretchr/testify/assert/forward_assertions.go
|
|
gopkg/src/github.com/stretchr/testify/assert/forward_assertions_test.go
|
|
gopkg/src/github.com/stretchr/testify/assert/http_assertions.go
|
|
gopkg/src/github.com/stretchr/testify/assert/http_assertions_test.go
|
|
gopkg/src/github.com/stretchr/testify/doc.go
|
|
gopkg/src/github.com/stretchr/testify/http/doc.go
|
|
gopkg/src/github.com/stretchr/testify/http/test_response_writer.go
|
|
gopkg/src/github.com/stretchr/testify/http/test_round_tripper.go
|
|
gopkg/src/github.com/stretchr/testify/mock/doc.go
|
|
gopkg/src/github.com/stretchr/testify/mock/mock.go
|
|
gopkg/src/github.com/stretchr/testify/mock/mock_test.go
|
|
gopkg/src/github.com/stretchr/testify/package_test.go
|
|
gopkg/src/github.com/stretchr/testify/require/doc.go
|
|
gopkg/src/github.com/stretchr/testify/require/forward_requirements.go
|
|
gopkg/src/github.com/stretchr/testify/require/forward_requirements_test.go
|
|
gopkg/src/github.com/stretchr/testify/require/require.go
|
|
gopkg/src/github.com/stretchr/testify/require/require.go.tmpl
|
|
gopkg/src/github.com/stretchr/testify/require/require_forward.go
|
|
gopkg/src/github.com/stretchr/testify/require/require_forward.go.tmpl
|
|
gopkg/src/github.com/stretchr/testify/require/requirements.go
|
|
gopkg/src/github.com/stretchr/testify/require/requirements_test.go
|
|
gopkg/src/github.com/stretchr/testify/suite/doc.go
|
|
gopkg/src/github.com/stretchr/testify/suite/interfaces.go
|
|
gopkg/src/github.com/stretchr/testify/suite/suite.go
|
|
gopkg/src/github.com/stretchr/testify/suite/suite_test.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/LICENSE
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypass.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/common.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/config.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/doc.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/dump.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/format.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/spew.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/LICENSE
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib/difflib.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/.gitignore
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/LICENSE.md
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/README.md
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/accessors.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/array-access.txt
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/index.html
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/template.txt
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/types_list.txt
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/conversions.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/doc.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/map.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/mutations.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/security.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/tests.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/type_specific_codegen.go
|
|
gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/value.go
|
|
@pkgdir bin
|