Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

plumbing: object, add APIs for traversing over commit graphs #1132

Merged
merged 19 commits into from
May 14, 2019
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix object/commitgraph tests
Signed-off-by: Filip Navara <[email protected]>
  • Loading branch information
filipnavara committed May 3, 2019
commit 940460f5422b02f01351396af703e9b63e8596ae
3 changes: 3 additions & 0 deletions plumbing/object/commitgraph/commitnode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package commitgraph

import (
"path"
"testing"

. "gopkg.in/check.v1"
fixtures "gopkg.in/src-d/go-git-fixtures.v3"
Expand All @@ -12,6 +13,8 @@ import (
"gopkg.in/src-d/go-git.v4/storage/filesystem"
)

func Test(t *testing.T) { TestingT(t) }

type CommitNodeSuite struct {
fixtures.Suite
}
Expand Down