github.com/paketo-buildpacks/packit@v1.3.2-0.20211206231111-86b75c657449/servicebindings/init_test.go (about) 1 package servicebindings_test 2 3 import ( 4 "testing" 5 6 "github.com/sclevine/spec" 7 "github.com/sclevine/spec/report" 8 ) 9 10 func TestUnitServiceBindings(t *testing.T) { 11 suite := spec.New("packit/servicebindings", spec.Report(report.Terminal{})) 12 suite("Resolver", testResolver) 13 suite("Entry", testEntry) 14 suite.Run(t) 15 }