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