(m *testing.M)
| 90 | } |
| 91 | |
| 92 | func TestMain(m *testing.M) { |
| 93 | flag.Parse() |
| 94 | if benchMinerDirectRPC { |
| 95 | naconn.RegisterResolver(rpc.NewDirectResolver()) |
| 96 | } |
| 97 | os.Exit(m.Run()) |
| 98 | } |
| 99 | |
| 100 | func startNodes() { |
| 101 | ctx := context.Background() |
nothing calls this directly
no test coverage detected