Versions in this module Expand all Collapse all v1 v1.1.1 Jan 6, 2026 v1.1.0 Jan 6, 2026 Changes in this version + var ErrConnectionFailed = errors.New("connection failed") + var ErrMissingContentLength = errors.New("missing content-length") + var ErrServerTimeout = errors.New("server timeout") + func RunCLITest(runCommand string, stdin string, timeoutSeconds int) (*client.TestResult, error) + func RunHTTPTest(programConfig *client.ProgramConfig, serverConfig *client.ServerConfig, ...) (*client.TestResult, error) v1.0.0 Jan 4, 2026 Changes in this version + func ExecuteCleanup(cleanup *client.TestCleanup) error + func ExecuteSetup(setup *client.TestSetup) error + func RunTest(runCommand string, stdin string, timeoutSeconds int) (*client.TestResult, error)