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

Function TestNewAliasCommand_Long

cmd/alias/alias_test.go:87–90  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

85}
86
87func TestNewAliasCommand_Long(t *testing.T) {
88 cmd := NewAliasCommand()
89 assert.Equal(t, "Set, unset, and list aliases, aliases can be used to log in to servers", cmd.Long)
90}
91
92func TestNewAliasCommand_Subcommands(t *testing.T) {
93 cmd := NewAliasCommand()

Callers

nothing calls this directly

Calls 1

NewAliasCommandFunction · 0.85

Tested by

no test coverage detected