()
| 35 | ) |
| 36 | |
| 37 | func defaultTestCommitOptions() *CommitOptions { |
| 38 | return &CommitOptions{ |
| 39 | Author: &object.Signature{Name: "testuser", Email: "testemail"}, |
| 40 | } |
| 41 | } |
| 42 | |
| 43 | type WorktreeSuite struct { |
| 44 | BaseSuite |
no outgoing calls
no test coverage detected
searching dependent graphs…