(self)
| 2073 | ) |
| 2074 | |
| 2075 | def testSubscribePubSubHubbub(self): |
| 2076 | self.repo.subscribe_to_hub("push", "http://requestb.in/1bc1sc61", "my_secret") |
| 2077 | |
| 2078 | def testBadSubscribePubSubHubbub(self): |
| 2079 | with self.assertRaises(github.GithubException) as raisedexp: |
nothing calls this directly
no test coverage detected