@@ -562,12 +562,12 @@ def test_node_dot_str0(dot_str_pipeline):
562562 ><B>FN:</B> test.test_plot.func</TD>
563563 </TR>
564564 </TABLE>>, shape=plain, tooltip=<cu:sto:m>];
565- <edge> -> <node>;
566- <edge> -> <cu:sto:m>;
567- <digraph: strict> -> <node>;
568- <digraph: strict> -> <cu:sto:m>;
569- <node> -> <<graph>>;
570- <cu:sto:m> -> <<graph>>;
565+ <edge> -> <node> [headport=n, tailport=s] ;
566+ <edge> -> <cu:sto:m> [headport=n, tailport=s] ;
567+ <digraph: strict> -> <node> [headport=n, tailport=s] ;
568+ <digraph: strict> -> <cu:sto:m> [headport=n, tailport=s] ;
569+ <node> -> <<graph>> [headport=n, tailport=s] ;
570+ <cu:sto:m> -> <<graph>> [headport=n, tailport=s] ;
571571 legend [URL="https://graphtik.readthedocs.io/en/latest/_images/GraphtikLegend.svg", fillcolor=yellow, shape=component, style=filled, target=_blank];
572572 }
573573 """
@@ -607,9 +607,9 @@ def test_node_dot_str1(dot_str_pipeline, monkeypatch):
607607 </TABLE>>, shape=plain, tooltip=<cu:sto:m>];
608608 }
609609
610- <edge> -> <cu:sto:m>;
611- <digraph: strict> -> <cu:sto:m>;
612- <cu:sto:m> -> <<graph>>;
610+ <edge> -> <cu:sto:m> [headport=n, tailport=s] ;
611+ <digraph: strict> -> <cu:sto:m> [headport=n, tailport=s] ;
612+ <cu:sto:m> -> <<graph>> [headport=n, tailport=s] ;
613613 legend [URL="https://graphtik.readthedocs.io/en/latest/_images/GraphtikLegend.svg", fillcolor=yellow, shape=component, style=filled, target=_blank];
614614 }
615615 """
0 commit comments