*** LEGACY TESTS ***/
(rt http.RoundTripper, isTTY bool, cli string, pm *prompter.PrompterMock)
| 1467 | |
| 1468 | /*** LEGACY TESTS ***/ |
| 1469 | func runCommand(rt http.RoundTripper, isTTY bool, cli string, pm *prompter.PrompterMock) (*test.CmdOut, error) { |
| 1470 | return runCommandWithRootDirOverridden(rt, isTTY, cli, "", pm) |
| 1471 | } |
| 1472 | |
| 1473 | func runCommandWithRootDirOverridden(rt http.RoundTripper, isTTY bool, cli string, rootDir string, pm *prompter.PrompterMock) (*test.CmdOut, error) { |
| 1474 | ios, _, stdout, stderr := iostreams.Test() |
no test coverage detected