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

Method testMarkNotificationsAsRead

tests/Repository.py:1697–1699  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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")

Callers

nothing calls this directly

Calls 3

get_userMethod · 0.80
get_repoMethod · 0.45

Tested by

no test coverage detected