(self)
| 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( |
nothing calls this directly
no test coverage detected