github.com/ownercz/glide@v0.13.4-0.20210823072704-79572d1b8747/action/no_vendor_test.go (about) 1 package action 2 3 import ( 4 "testing" 5 6 "github.com/Ownercz/glide/msg" 7 ) 8 9 func TestNoVendor(t *testing.T) { 10 msg.Default.PanicOnDie = true 11 NoVendor("../testdata/nv", false, false) 12 }