(self)
| 1695 | self.assertEqual(issues[0].state, "open") |
| 1696 | |
| 1697 | def testMarkNotificationsAsRead(self): |
| 1698 | repo = self.g.get_user().get_repo("PyGithub") |
| 1699 | repo.mark_notifications_as_read(datetime(2018, 10, 18, 18, 19, 43, 0)) |
| 1700 | |
| 1701 | def testAssignees(self): |
| 1702 | lyloa = self.g.get_user("Lyloa") |
nothing calls this directly
no test coverage detected