(t *testing.T, repo *Repository)
| 89 | } |
| 90 | |
| 91 | func seedTestRepo(t *testing.T, repo *Repository) (*Oid, *Oid) { |
| 92 | return seedTestRepoOpt(t, repo, commitOptions{}) |
| 93 | } |
| 94 | |
| 95 | func seedTestRepoOpt(t *testing.T, repo *Repository, opts commitOptions) (*Oid, *Oid) { |
| 96 | loc, err := time.LoadLocation("Europe/Berlin") |
no test coverage detected
searching dependent graphs…