(t *testing.T, workingDir string, args ...string)
| 2017 | } |
| 2018 | |
| 2019 | func runMob(t *testing.T, workingDir string, args ...string) { |
| 2020 | setWorkingDir(workingDir) |
| 2021 | newArgs := append([]string{"mob"}, args...) |
| 2022 | run(newArgs) |
| 2023 | } |
| 2024 | |
| 2025 | func gitStatus() GitStatus { |
| 2026 | shortStatus := silentgit("status", "--porcelain") |
no test coverage detected