MCPcopy
hub / github.com/ddworken/hishtory / zshTester

Struct zshTester

client/testutils.go:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type zshTester struct{}
76
77func (z zshTester) RunInteractiveShell(t testing.TB, script string) string {
78 res, err := z.RunInteractiveShellRelaxed(t, "set -eo pipefail\n"+script)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected