RemoveAll deletes the test git repo
()
| 323 | |
| 324 | // RemoveAll deletes the test git repo |
| 325 | func (g *TestGitRepo) RemoveAll() error { |
| 326 | err := os.RemoveAll(g.RepoDirectory) |
| 327 | return err |
| 328 | } |
| 329 | |
| 330 | func RemoveData(t *testing.T, g *TestGitRepo) { |
| 331 | // remove the old data |
no outgoing calls