*** LEGACY TESTS ***/
(rt http.RoundTripper, isTTY bool, cli string, pm *prompter.PrompterMock)
| 973 | /*** LEGACY TESTS ***/ |
| 974 | |
| 975 | func runCommand(rt http.RoundTripper, isTTY bool, cli string, pm *prompter.PrompterMock) (*test.CmdOut, error) { |
| 976 | return runCommandWithRootDirOverridden(rt, isTTY, cli, "", pm) |
| 977 | } |
| 978 | |
| 979 | func runCommandWithRootDirOverridden(rt http.RoundTripper, isTTY bool, cli string, rootDir string, pm *prompter.PrompterMock) (*test.CmdOut, error) { |
| 980 | ios, _, stdout, stderr := iostreams.Test() |
no test coverage detected