()
| 77 | } |
| 78 | |
| 79 | func storageFixture() *storage.Storage { |
| 80 | return storage.Init(driver.NewMemory()) |
| 81 | } |
| 82 | |
| 83 | func executeActionCommandC(store *storage.Storage, cmd string) (*cobra.Command, string, error) { |
| 84 | return executeActionCommandStdinC(store, nil, cmd) |
no test coverage detected
searching dependent graphs…