Versions in this module Expand all Collapse all v1 v1.5.0 Apr 10, 2023 Changes in this version + type TempDir struct + Quickhook string + Root string + func NewTempDir(t *testing.T, depth int) TempDir + func (tempDir *TempDir) ExecQuickhook(arg ...string) (string, error) + func (tempDir *TempDir) MkdirAll(relativePath ...string) + func (tempDir *TempDir) NewCommand(name string, arg ...string) *exec.Cmd + func (tempDir *TempDir) RequireExec(name string, arg ...string) + func (tempDir *TempDir) WriteFile(relativePath []string, data string)