(self)
| 2083 | self.assertEqual(raisedexp.exception.data, {"message": 'Invalid event: "non-existing-event"'}) |
| 2084 | |
| 2085 | def testUnsubscribePubSubHubbub(self): |
| 2086 | self.repo.unsubscribe_from_hub("push", "http://requestb.in/1bc1sc61") |
| 2087 | |
| 2088 | def testStatisticsContributors(self): |
| 2089 | with mock.patch("github.Requester.Consts.PROCESSING_202_WAIT_TIME", 0): |
nothing calls this directly
no test coverage detected