Sign in
edge
/
third_party
/
Masterminds
/
glide
/
35e0e5c223b4f3a2e7416a6f23d104289ca68b7c
/
.
/
action
/
no_vendor_test.go
blob: be6fed3544f5960f0af88a1a67cfa6fca1e5a490 [
file
] [
log
] [
blame
]
package action
import (
"testing"
"github.com/Masterminds/glide/msg"
)
func TestNoVendor(t *testing.T) {
msg.Default.PanicOnDie = true
NoVendor("../testdata/nv", false, false)
}