txghbot.test.test_api.MakeWebhookDispatchingResourceTestCase(unittest.SynchronousTestCase) class documentationtxghbot.test.test_api
(View In Hierarchy)
| 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 |
txghbot._api.makeWebhookDispatchingResource
raises zope.interface.DoesNotImplement if any hook does not
provide txghbot._core.IWebhook.
txghbot._api.makeWebhookDispatchingResource
raises zope.interface.BrokenImplementation if any hook does
not provide all of txghbot._core.IWebhook's
interface.
txghbot._api.makeWebhookDispatchingResource
returns a txghbot._core.WebhookDispatchingResource
with the provided hooks and a signature verifier that uses the
provided secretKey