github.com/paketo-buildpacks/packit@v1.3.2-0.20211206231111-86b75c657449/paketosbom/init_test.go (about)

     1  package paketosbom_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/sclevine/spec"
     7  	"github.com/sclevine/spec/report"
     8  )
     9  
    10  func TestUnitPaketoSBOM(t *testing.T) {
    11  	suite := spec.New("paketosbom", spec.Report(report.Terminal{}))
    12  	suite("sbom", testPaketoSBOM)
    13  	suite.Run(t)
    14  }