Skip to content

Commit

Permalink
Merge pull request #57 from sbezverk/provisioner_unit_test_#1
Browse files Browse the repository at this point in the history
Adding unit tests to external provisioner
  • Loading branch information
sbezverk authored Mar 13, 2018
2 parents 1b1b569 + f1d6abe commit 13654b5
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ services:
matrix:
include:
- go: 1.x
install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure -vendor-only
script:
- go fmt $(go list ./... | grep -v vendor) | wc -l | grep 0
- go vet $(go list ./... | grep -v vendor)
Expand Down
40 changes: 29 additions & 11 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 1 addition & 9 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,10 @@
branch = "master"
name = "github.com/golang/glog"

[[constraint]]
branch = "master"
name = "github.com/golang/protobuf"

[[constraint]]
branch = "master"
name = "github.com/kubernetes-incubator/external-storage"

[[constraint]]
branch = "master"
name = "golang.org/x/net"

[[constraint]]
name = "google.golang.org/grpc"
version = "1.9.2"
Expand All @@ -54,4 +46,4 @@

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.10.0-beta.1"
version = "kubernetes-1.10.0-beta.1"
Loading

0 comments on commit 13654b5

Please sign in to comment.