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

Method RunInteractiveShell

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

Source from the content-addressed store, hash-verified

27
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

Callers 15

testBasicUserFlowFunction · 0.65
testAdvancedQueryFunction · 0.65
installFromPrevFunction · 0.65
updateToReleaseFunction · 0.65
updateToHeadFunction · 0.65
testGenericUpdateFunction · 0.65
testExcludeHiddenCommandFunction · 0.65

Implementers 2

bashTesterclient/testutils.go
zshTesterclient/testutils.go

Calls

no outgoing calls

Tested by 15

testBasicUserFlowFunction · 0.52
testAdvancedQueryFunction · 0.52
installFromPrevFunction · 0.52
updateToReleaseFunction · 0.52
updateToHeadFunction · 0.52
testGenericUpdateFunction · 0.52
testExcludeHiddenCommandFunction · 0.52