(t *testing.T)
| 50 | } |
| 51 | |
| 52 | func TestNewTrysshCommand_SubcommandCount(t *testing.T) { |
| 53 | rootCmd := NewTrysshCommand() |
| 54 | |
| 55 | assert.Len(t, rootCmd.Commands(), 9, |
| 56 | "root command should have exactly 9 subcommands") |
| 57 | } |
nothing calls this directly
no test coverage detected