(content string)
| 73 | } |
| 74 | |
| 75 | func mockImageLoadResult(content string) client.ImageLoadResult { |
| 76 | return io.NopCloser(strings.NewReader(content)) |
| 77 | } |
| 78 | |
| 79 | func TestNewLoadCommandSuccess(t *testing.T) { |
| 80 | testCases := []struct { |
no outgoing calls
no test coverage detected
searching dependent graphs…