(self)
| 461 | ) |
| 462 | |
| 463 | def testGetEvents(self): |
| 464 | self.assertListKeyBegin( |
| 465 | self.user.get_events(), |
| 466 | lambda e: e.type, |
| 467 | ["GistEvent", "IssueCommentEvent", "PushEvent", "IssuesEvent"], |
| 468 | ) |
| 469 | |
| 470 | def testGetPublicEvents(self): |
| 471 | self.assertListKeyBegin( |
nothing calls this directly
no test coverage detected