Skip to content

Commit

Permalink
Added test in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LordChunk committed Sep 13, 2024
1 parent ff5be4c commit bde115d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/integration/pull_create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,15 @@ func TestPullBranchDelete(t *testing.T) {
session.MakeRequest(t, req, http.StatusOK)
})
}

/*
Setup:
Create a base repository on: user1/base-repo
Fork repository to: user2/fork-repo
Push extra commit to: user1/base-repo, which changes README.md
Create a PR on user2/fork-repo
Test checks:
Check if pull request is created and has a changed README.md
*/
// func TestPullCreatePrFromBaseToFork(t *testing.T) {}

0 comments on commit bde115d

Please sign in to comment.