github.com/4396/glide@v0.13.1-0.20171021123830-906b620caf19/action/no_vendor_test.go (about)

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