package github import ( "context" "net/http" "testing" "github.com/google/go-github/v69/github" "github.com/migueleliasweb/go-github-mock/src/mock" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) func Test_ListDiscussions(t *testing.T) { // Test implementation here } func Test_GetDiscussion(t *testing.T) { // Test implementation here } func Test_CreateDiscussion(t *testing.T) { // Test implementation here } func Test_AddDiscussionComment(t *testing.T) { // Test implementation here }