Skip to content

Commit bde115d

Browse files
committed
Added test in comments
1 parent ff5be4c commit bde115d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/integration/pull_create_test.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,15 @@ func TestPullBranchDelete(t *testing.T) {
199199
session.MakeRequest(t, req, http.StatusOK)
200200
})
201201
}
202+
203+
/*
204+
Setup:
205+
Create a base repository on: user1/base-repo
206+
Fork repository to: user2/fork-repo
207+
Push extra commit to: user1/base-repo, which changes README.md
208+
Create a PR on user2/fork-repo
209+
210+
Test checks:
211+
Check if pull request is created and has a changed README.md
212+
*/
213+
// func TestPullCreatePrFromBaseToFork(t *testing.T) {}

0 commit comments

Comments
 (0)