(self)
| 468 | ) |
| 469 | |
| 470 | def testGetPublicEvents(self): |
| 471 | self.assertListKeyBegin( |
| 472 | self.user.get_public_events(), |
| 473 | lambda e: e.type, |
| 474 | ["PushEvent", "CreateEvent", "GistEvent", "IssuesEvent"], |
| 475 | ) |
| 476 | |
| 477 | def testGetPublicReceivedEvents(self): |
| 478 | self.assertListKeyBegin( |
nothing calls this directly
no test coverage detected