*** LEGACY TESTS ***/
(rt http.RoundTripper, isTTY bool, cli string, pm *prompter.PrompterMock)
| 1425 | |
| 1426 | /*** LEGACY TESTS ***/ |
| 1427 | func runCommand(rt http.RoundTripper, isTTY bool, cli string, pm *prompter.PrompterMock) (*test.CmdOut, error) { |
| 1428 | return runCommandWithRootDirOverridden(rt, isTTY, cli, "", pm) |
| 1429 | } |
| 1430 | |
| 1431 | func runCommandWithRootDirOverridden(rt http.RoundTripper, isTTY bool, cli string, rootDir string, pm *prompter.PrompterMock) (*test.CmdOut, error) { |
| 1432 | ios, _, stdout, stderr := iostreams.Test() |
no test coverage detected