We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f22681 commit 81547f4Copy full SHA for 81547f4
pkg/github/discussions_test.go
@@ -0,0 +1,28 @@
1
+package github
2
+
3
+import (
4
+ "context"
5
+ "net/http"
6
+ "testing"
7
8
+ "github.com/google/go-github/v69/github"
9
+ "github.com/migueleliasweb/go-github-mock/src/mock"
10
+ "github.com/stretchr/testify/assert"
11
+ "github.com/stretchr/testify/require"
12
+)
13
14
+func Test_ListDiscussions(t *testing.T) {
15
+ // Test implementation here
16
+}
17
18
+func Test_GetDiscussion(t *testing.T) {
19
20
21
22
+func Test_CreateDiscussion(t *testing.T) {
23
24
25
26
+func Test_AddDiscussionComment(t *testing.T) {
27
28
0 commit comments