Versions in this module Expand all Collapse all v0 v0.1.0 Mar 10, 2024 Changes in this version + func CheckTextInFile(t *testing.T, fileName string, matchText string) error + type Workspace struct + CacheDir string + Dir string + Id string + func SetupWorkspace(t *testing.T) *Workspace + func (w *Workspace) RandomFile(t *testing.T) string + func (w *Workspace) RemoveWorkspace() + func (w *Workspace) WriteScript(t *testing.T, script string) string