github.com/falafeljan/pkger@v0.18.0/pkging/stdos/stdos_test.go (about)

     1  package stdos
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/markbates/pkger/pkging"
     7  	"github.com/markbates/pkger/pkging/pkgtest"
     8  )
     9  
    10  func Test_Pkger(t *testing.T) {
    11  	pkgtest.All(t, func(ref *pkgtest.Ref) (pkging.Pkger, error) {
    12  		return New(ref.Info)
    13  	})
    14  }