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

Method RunInteractiveShellRelaxed

client/testutils.go:30–30  ·  view source on GitHub ↗
(t testing.TB, script string)

Source from the content-addressed store, hash-verified

28type shellTester interface {
29 RunInteractiveShell(t testing.TB, script string) string
30 RunInteractiveShellRelaxed(t testing.TB, script string) (string, error)
31 RunInteractiveShellBackground(t testing.TB, script string) error
32 ShellName() string
33}

Callers 11

fuzzTestFunction · 0.65
testBasicUserFlowFunction · 0.65
testAdvancedQueryFunction · 0.65
testExportWithQueryFunction · 0.65
testLocalRedactionFunction · 0.65
testControlRFunction · 0.65
testUninstallFunction · 0.65
testMultipleUsersFunction · 0.65

Implementers 2

bashTesterclient/testutils.go
zshTesterclient/testutils.go

Calls

no outgoing calls

Tested by 11

fuzzTestFunction · 0.52
testBasicUserFlowFunction · 0.52
testAdvancedQueryFunction · 0.52
testExportWithQueryFunction · 0.52
testLocalRedactionFunction · 0.52
testControlRFunction · 0.52
testUninstallFunction · 0.52
testMultipleUsersFunction · 0.52