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

Function TestNewSSHCommand_NoAliases

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

Source from the content-addressed store, hash-verified

143}
144
145func TestNewSSHCommand_NoAliases(t *testing.T) {
146 cmd := NewSSHCommand()
147 assert.Empty(t, cmd.Aliases, "ssh command should have no aliases")
148}
149
150func TestNewSSHCommand_NoExample(t *testing.T) {
151 cmd := NewSSHCommand()

Callers

nothing calls this directly

Calls 1

NewSSHCommandFunction · 0.85

Tested by

no test coverage detected