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

Function TestNewSSHCommand_UserFlagDescription

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

Source from the content-addressed store, hash-verified

153}
154
155func TestNewSSHCommand_UserFlagDescription(t *testing.T) {
156 cmd := NewSSHCommand()
157 userFlag := cmd.Flags().Lookup("user")
158 assert.Contains(t, userFlag.Usage, "username")
159}
160
161func TestNewSSHCommand_ConcurrencyFlagDescription(t *testing.T) {
162 cmd := NewSSHCommand()

Callers

nothing calls this directly

Calls 1

NewSSHCommandFunction · 0.85

Tested by

no test coverage detected