package shared import "testing" func TestMain(t *testing.T) { test1() } func TestNodeA(t *testing.T) { test1() } func TestNodeB(t *testing.T) { test1() } func TestNodeC(t *testing.T) { test1() }