(self)
| 39 | |
| 40 | class PullRequest1375(Framework.TestCase): |
| 41 | def setUp(self): |
| 42 | super().setUp() |
| 43 | self.pr = self.g.get_repo("rsn491/PyGithub").get_pulls()[0] |
| 44 | |
| 45 | def testCreateReviewCommentReply(self): |
| 46 | comment_id = 373866377 # id of pull request comment without replies |