(self)
| 44 | |
| 45 | class PullRequestComment(Framework.TestCase): |
| 46 | def setUp(self): |
| 47 | super().setUp() |
| 48 | self.comment = self.g.get_repo("PyGithub/PyGithub").get_pull(31).get_comment(1580134) |
| 49 | |
| 50 | def testAttributes(self): |
| 51 | self.assertEqual( |
nothing calls this directly
no test coverage detected