MCPcopy Create free account
hub / github.com/ddworken/hishtory / captureTerminalOutput

Function captureTerminalOutput

client/testutils.go:158–160  ·  view source on GitHub ↗
(t testing.TB, tester shellTester, commands []string)

Source from the content-addressed store, hash-verified

156}
157
158func captureTerminalOutput(t testing.TB, tester shellTester, commands []string) string {
159 return captureTerminalOutputWithShellName(t, tester, tester.ShellName(), commands)
160}
161
162func captureTerminalOutputWithComplexCommands(t testing.TB, tester shellTester, commands []TmuxCommand) string {
163 return captureTerminalOutputWithShellNameAndDimensions(t, tester, tester.ShellName(), 200, 50, commands)

Callers 15

testTui_scrollFunction · 0.85
testTui_escapingFunction · 0.85
testTui_fullscreenFunction · 0.85
testTui_defaultFilterFunction · 0.85
testTui_deleteFunction · 0.85
testTui_searchFunction · 0.85
testTui_generalFunction · 0.85
testTui_keybindingsFunction · 0.85
testTui_errorsFunction · 0.85
testTui_aiFunction · 0.85
testCustomColumnsFunction · 0.85
testUninstallFunction · 0.85

Calls 2

ShellNameMethod · 0.65

Tested by 15

testTui_scrollFunction · 0.68
testTui_escapingFunction · 0.68
testTui_fullscreenFunction · 0.68
testTui_defaultFilterFunction · 0.68
testTui_deleteFunction · 0.68
testTui_searchFunction · 0.68
testTui_generalFunction · 0.68
testTui_keybindingsFunction · 0.68
testTui_errorsFunction · 0.68
testTui_aiFunction · 0.68
testCustomColumnsFunction · 0.68
testUninstallFunction · 0.68