MCPcopy Create free account
hub / github.com/52funny/pikpakcli / TestIsReadlineInterrupt

Function TestIsReadlineInterrupt

internal/shell/shell_test.go:159–163  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

157}
158
159func TestIsReadlineInterrupt(t *testing.T) {
160 require.True(t, isReadlineInterrupt(readline.ErrInterrupt))
161 require.False(t, isReadlineInterrupt(nil))
162 require.False(t, isReadlineInterrupt(io.EOF))
163}
164
165func TestSetCommandContextTree(t *testing.T) {
166 rootCmd := &cobra.Command{Use: "root"}

Callers

nothing calls this directly

Calls 1

isReadlineInterruptFunction · 0.85

Tested by

no test coverage detected