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

Function TestNewUsersCommand_Run_NonExistentUser

cmd/delete/delete_test.go:108–114  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

106}
107
108func TestNewUsersCommand_Run_NonExistentUser(t *testing.T) {
109 cleanup := setupTempConfig(t)
110 defer cleanup()
111
112 cmd := NewUsersCommand()
113 cmd.Run(cmd, []string{"nonexistent"})
114}
115
116// --- Ports command ---
117

Callers

nothing calls this directly

Calls 2

setupTempConfigFunction · 0.70
NewUsersCommandFunction · 0.70

Tested by

no test coverage detected