(t *testing.T)
| 191 | } |
| 192 | |
| 193 | func TestNewKeysCommand_Run(t *testing.T) { |
| 194 | cleanup := setupTempConfig(t) |
| 195 | defer cleanup() |
| 196 | |
| 197 | cmd := NewKeysCommand() |
| 198 | cmd.Run(cmd, []string{"/home/user/.ssh/id_rsa"}) |
| 199 | } |
| 200 | |
| 201 | // --- Caches command --- |
| 202 |
nothing calls this directly
no test coverage detected