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

Function TestNewSSHCommand_NoExample

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

Source from the content-addressed store, hash-verified

148}
149
150func TestNewSSHCommand_NoExample(t *testing.T) {
151 cmd := NewSSHCommand()
152 assert.Empty(t, cmd.Example, "ssh command should have no example")
153}
154
155func TestNewSSHCommand_UserFlagDescription(t *testing.T) {
156 cmd := NewSSHCommand()

Callers

nothing calls this directly

Calls 1

NewSSHCommandFunction · 0.85

Tested by

no test coverage detected