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

Method testSubscribePubSubHubbub

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

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls 1

subscribe_to_hubMethod · 0.80

Tested by

no test coverage detected