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

Function TestNewAliasCommand_SubcommandCount

cmd/alias/alias_test.go:108–111  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

106}
107
108func TestNewAliasCommand_SubcommandCount(t *testing.T) {
109 cmd := NewAliasCommand()
110 assert.Len(t, cmd.Commands(), 3, "alias command should have exactly 3 subcommands")
111}
112
113// --- List command ---
114

Callers

nothing calls this directly

Calls 1

NewAliasCommandFunction · 0.85

Tested by

no test coverage detected