github.com/scaleway/scaleway-cli@v1.11.1/pkg/scwversion/version_test.go (about)

     1  package scwversion
     2  
     3  import (
     4  	"testing"
     5  
     6  	. "github.com/smartystreets/goconvey/convey"
     7  )
     8  
     9  func TestInit(t *testing.T) {
    10  	Convey("Testing init()", t, func() {
    11  		So(VERSION, ShouldNotEqual, "")
    12  		// So(GITCOMMIT, ShouldNotEqual, "")
    13  	})
    14  }