MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / testMarkNotificationsAsRead

Method testMarkNotificationsAsRead

tests/AuthenticatedUser.py:754–755  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

752 self.assertListKeyEqual(self.user.get_notifications(all=True), lambda n: n.id, [])
753
754 def testMarkNotificationsAsRead(self):
755 self.user.mark_notifications_as_read(datetime(2018, 10, 18, 18, 20, 0o1, 0))
756
757 def testGetTeams(self):
758 self.assertListKeyEqual(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected