(self)
| 628 | ) |
| 629 | |
| 630 | def testGetEvents(self): |
| 631 | self.assertListKeyBegin( |
| 632 | self.g.get_events(), |
| 633 | lambda e: e.type, |
| 634 | ["PushEvent", "WatchEvent", "PushEvent", "CommitCommentEvent"], |
| 635 | ) |
| 636 | |
| 637 | def testRequester(self): |
| 638 | assert self.g.requester is self.g.__requester |
nothing calls this directly
no test coverage detected