MCPcopy Create free account
hub / github.com/Driver-C/tryssh / TestNewSSHCommand_TimeoutFlagDescription

Function TestNewSSHCommand_TimeoutFlagDescription

cmd/ssh/ssh_test.go:167–171  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

165}
166
167func TestNewSSHCommand_TimeoutFlagDescription(t *testing.T) {
168 cmd := NewSSHCommand()
169 timeoutFlag := cmd.Flags().Lookup("timeout")
170 assert.Contains(t, timeoutFlag.Usage, "timeout")
171}

Callers

nothing calls this directly

Calls 1

NewSSHCommandFunction · 0.85

Tested by

no test coverage detected