Merge pull request #90 from anguslees/integration
Add basic integration test framework
No related branches found
No related tags found
Showing
- .travis.yml 34 additions, 0 deletions.travis.yml
- Makefile 8 additions, 0 deletionsMakefile
- cmd/delete.go 1 addition, 1 deletioncmd/delete.go
- cmd/diff.go 1 addition, 1 deletioncmd/diff.go
- integration/delete_test.go 83 additions, 0 deletionsintegration/delete_test.go
- integration/integration_suite_test.go 127 additions, 0 deletionsintegration/integration_suite_test.go
- integration/update_test.go 124 additions, 0 deletionsintegration/update_test.go
- pkg/kubecfg/update.go 2 additions, 2 deletionspkg/kubecfg/update.go
- vendor/github.com/golang/protobuf/LICENSE 31 additions, 0 deletionsvendor/github.com/golang/protobuf/LICENSE
- vendor/github.com/golang/protobuf/proto/Makefile 43 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/Makefile
- vendor/github.com/golang/protobuf/proto/clone.go 229 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/clone.go
- vendor/github.com/golang/protobuf/proto/decode.go 970 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/decode.go
- vendor/github.com/golang/protobuf/proto/encode.go 1362 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/encode.go
- vendor/github.com/golang/protobuf/proto/equal.go 300 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/equal.go
- vendor/github.com/golang/protobuf/proto/extensions.go 587 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/extensions.go
- vendor/github.com/golang/protobuf/proto/lib.go 897 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/lib.go
- vendor/github.com/golang/protobuf/proto/message_set.go 311 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/message_set.go
- vendor/github.com/golang/protobuf/proto/pointer_reflect.go 484 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/pointer_reflect.go
- vendor/github.com/golang/protobuf/proto/pointer_unsafe.go 270 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/pointer_unsafe.go
- vendor/github.com/golang/protobuf/proto/properties.go 872 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/properties.go
Please register or sign in to comment