github.com/rothwerx/packer@v0.9.0/packer/packer_test.go (about)

     1  package packer
     2  
     3  import (
     4  	"path/filepath"
     5  )
     6  
     7  const FixtureDir = "./test-fixtures"
     8  
     9  func fixtureDir(n string) string {
    10  	return filepath.Join(FixtureDir, n)
    11  }