Merge the ./test packages back into the main module.

We were using this at one point to control which tests ran with `go test ./...`, but now we're also using the `-short` flag to differentiate unit vs. integration tests.

Hopefully this will simplify things a bit.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2020-08-25 10:27:18 -05:00
parent 9440316c20
commit 68893a1e15
3 changed files with 1 additions and 866 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/suzerain-io/pinniped
go 1.14
require (
github.com/davecgh/go-spew v1.1.1
github.com/go-logr/logr v0.2.0
github.com/golang/mock v1.4.3
github.com/golangci/golangci-lint v1.30.0