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

Struct bashTester

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

Source from the content-addressed store, hash-verified

32 ShellName() string
33}
34type bashTester struct{}
35
36func (b bashTester) RunInteractiveShell(t testing.TB, script string) string {
37 out, err := b.RunInteractiveShellRelaxed(t, "set -emo pipefail\n"+script)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected