feat: make graphs works

上级 fc970889
...@@ -2,7 +2,6 @@ package tequila ...@@ -2,7 +2,6 @@ package tequila
import ( import (
. "github.com/onsi/gomega" . "github.com/onsi/gomega"
"github.com/phodal/coca/cmd/cmd_util"
"testing" "testing"
) )
...@@ -48,8 +47,9 @@ func Test_BuildNodeDot(t *testing.T) { ...@@ -48,8 +47,9 @@ func Test_BuildNodeDot(t *testing.T) {
node, graph := createBasicMap() node, graph := createBasicMap()
dot := graph.ToMapDot(node) dot := graph.ToMapDot(node)
result := dot.String() //result := dot.String()
cmd_util.WriteToCocaFile("demo.dot", result) //cmd_util.WriteToCocaFile("demo.dot", result)
g.Expect(true).To(Equal(true)) g.Expect(len(dot.SubGraphs.SubGraphs)).To(Equal(5))
g.Expect(len(dot.Nodes.Nodes)).To(Equal(2))
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册