github.com/m110/glide@v0.12.3/action/no_vendor_test.go (about)

     1  package action
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/Masterminds/glide/msg"
     7  )
     8  
     9  func TestNoVendor(t *testing.T) {
    10  	msg.Default.PanicOnDie = true
    11  	NoVendor("../testdata/nv", false, false)
    12  }