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

Function TestNewAliasUnsetCommand_Run_NoMatchingAlias

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

Source from the content-addressed store, hash-verified

262}
263
264func TestNewAliasUnsetCommand_Run_NoMatchingAlias(t *testing.T) {
265 cleanup := setupTempConfigWithServers(t)
266 defer cleanup()
267
268 cmd := NewAliasUnsetCommand()
269 cmd.Run(cmd, []string{"nonexistent"})
270}
271
272// --- Full command hierarchy tests ---
273

Callers

nothing calls this directly

Calls 2

NewAliasUnsetCommandFunction · 0.85

Tested by

no test coverage detected