func TestMain(m *testing.M) { … } func TestBugNotification(t *testing.T) { … } // TestStartDebugging executes a gopls.start_debugging command to // start the internal web server. func TestStartDebugging(t *testing.T) { … } // startDebugging starts a debugging server. // TODO(adonovan): move into command package? func startDebugging(ctx context.Context, server protocol.Server, args *command.DebuggingArgs) (*command.DebuggingResult, error) { … }