get.porter.sh/porter@v1.3.0/pkg/mixin/main_test.go (about)

     1  package mixin
     2  
     3  import (
     4  	"testing"
     5  
     6  	"get.porter.sh/porter/pkg/test"
     7  )
     8  
     9  func TestMain(m *testing.M) {
    10  	test.TestMainWithMockedCommandHandlers(m)
    11  }