github.com/mmcquillan/packer@v1.1.1-0.20171009221028-c85cf0483a5d/builder/parallels/common/config_test.go (about) 1 package common 2 3 import ( 4 "testing" 5 6 "github.com/hashicorp/packer/template/interpolate" 7 ) 8 9 func testConfigTemplate(t *testing.T) *interpolate.Context { 10 return &interpolate.Context{} 11 }