Tests for txghbot._api.makeWebhookDispatchingResource

Method test_hooksDoNotProvideIWebhook txghbot._api.makeWebhookDispatchingResource raises zope.interface.DoesNotImplement if any hook does not provide txghbot._core.IWebhook.
Method test_hooksDoesNotImplementIWebhook txghbot._api.makeWebhookDispatchingResource raises zope.interface.BrokenImplementation if any hook does not provide all of txghbot._core.IWebhook's interface.
Method test_createsWebhookDispatchingResource No summary
def test_hooksDoNotProvideIWebhook(self):

txghbot._api.makeWebhookDispatchingResource raises zope.interface.DoesNotImplement if any hook does not provide txghbot._core.IWebhook.

def test_hooksDoesNotImplementIWebhook(self):

txghbot._api.makeWebhookDispatchingResource raises zope.interface.BrokenImplementation if any hook does not provide all of txghbot._core.IWebhook's interface.

def test_createsWebhookDispatchingResource(self):

txghbot._api.makeWebhookDispatchingResource returns a txghbot._core.WebhookDispatchingResource with the provided hooks and a signature verifier that uses the provided secretKey

API Documentation for txghbot, generated by pydoctor at 2016-10-15 18:50:32.