github.com/n0needt0/glide@v0.0.0-20160325160517-844a77136d85/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 }