Versions in this module Expand all Collapse all v0 v0.2.2 Dec 10, 2023 v0.2.1 Oct 15, 2023 Changes in this version + func AssertArchiveContainsFile(t testing.TB, files []*zip.File, name string) + func CreateTempArchive(t testing.TB, name string) (*os.File, func()) + func Find(elements []T, cb func(element T) bool) (T, bool) + func GetAllFiles(t testing.TB, dirPath string) []fs.FileInfo + func GetArchiveReader(t testing.TB, name string) *zip.ReadCloser + func GetFileInfo(t testing.TB, name string) fs.FileInfo + func GetOutput(t testing.TB, cmd *exec.Cmd) string + func Map(elements []T, cb func(element T) K) []K