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

Function TestNewCreateCommand_SubcommandCount

cmd/create/create_test.go:71–74  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

69}
70
71func TestNewCreateCommand_SubcommandCount(t *testing.T) {
72 cmd := NewCreateCommand()
73 assert.Len(t, cmd.Commands(), 5, "create command should have exactly 5 subcommands")
74}
75
76// --- Users command ---
77

Callers

nothing calls this directly

Calls 1

NewCreateCommandFunction · 0.85

Tested by

no test coverage detected