|
|
@ -17,8 +17,10 @@ limitations under the License.
|
|
|
|
// Package version represents the current version of the project.
|
|
|
|
// Package version represents the current version of the project.
|
|
|
|
package version // import "k8s.io/helm/pkg/version"
|
|
|
|
package version // import "k8s.io/helm/pkg/version"
|
|
|
|
|
|
|
|
|
|
|
|
import "testing"
|
|
|
|
import (
|
|
|
|
import "k8s.io/helm/pkg/proto/hapi/version"
|
|
|
|
"testing"
|
|
|
|
|
|
|
|
"k8s.io/helm/pkg/proto/hapi/version"
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
func TestGetVersionProto(t *testing.T) {
|
|
|
|
func TestGetVersionProto(t *testing.T) {
|
|
|
|
tests := []struct {
|
|
|
|
tests := []struct {
|
|
|
|