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

Function TestNewTrysshCommand_SubcommandCount

cmd/cmd_test.go:52–57  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

50}
51
52func 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}

Callers

nothing calls this directly

Calls 1

NewTrysshCommandFunction · 0.85

Tested by

no test coverage detected