github.com/databricks/cli@v0.203.0/internal/build/info_test.go (about)

     1  package build
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestGetDetails(t *testing.T) {
     8  	GetInfo()
     9  }