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

Function TestNewUsersCommand_Run

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

Source from the content-addressed store, hash-verified

100}
101
102func TestNewUsersCommand_Run(t *testing.T) {
103 cleanup := setupTempConfig(t)
104 defer cleanup()
105
106 cmd := NewUsersCommand()
107 cmd.Run(cmd, []string{"testuser"})
108}
109
110// --- Ports command ---
111

Callers

nothing calls this directly

Calls 2

setupTempConfigFunction · 0.70
NewUsersCommandFunction · 0.70

Tested by

no test coverage detected