(c *C)
| 74 | } |
| 75 | |
| 76 | func (s *CommitgraphSuite) TestDecode(c *C) { |
| 77 | fixtures.ByTag("commit-graph").Test(c, func(f *fixtures.Fixture) { |
| 78 | dotgit := f.DotGit() |
| 79 | testDecodeHelper(c, dotgit, dotgit.Join("objects", "info", "commit-graph")) |
| 80 | }) |
| 81 | } |
| 82 | |
| 83 | func (s *CommitgraphSuite) TestReencode(c *C) { |
| 84 | fixtures.ByTag("commit-graph").Test(c, func(f *fixtures.Fixture) { |
nothing calls this directly
no test coverage detected