()
| 684 | } |
| 685 | |
| 686 | func (w *TestWorkspace) RemoveAll() error { |
| 687 | return os.RemoveAll(w.WorkspaceDirectory) |
| 688 | } |
| 689 | |
| 690 | // CheckoutBranch checks out the git branch in the repo |
| 691 | func (w *TestWorkspace) CheckoutBranch(branch string, create bool) error { |
no test coverage detected