zulip/zerver/webhooks/github
Eeshan Garg e0ef831993 webhooks: Migrate to UnexpectedWebhookEventType.
This improves test coverage for a lot of our webhooks that relied
on ad-hoc methods to handle unexpected event types.

Note that I have deliberately skipped github_legacy, it isn't
advertised and is officially deprecated.

Also, I have refrained from making further changes to Trello, I
believe further improvements to test coverage should be covered
in separate per-webhook commits/PRs.
2018-05-22 08:30:19 -07:00
..
fixtures webhooks: Move github_webhook/ to github/. 2018-04-19 11:00:55 -07:00
__init__.py webhooks: Move github_webhook/ to github/. 2018-04-19 11:00:55 -07:00
doc.md webhooks: Move github_webhook/ to github/. 2018-04-19 11:00:55 -07:00
tests.py zerver/webhooks: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
view.py webhooks: Migrate to UnexpectedWebhookEventType. 2018-05-22 08:30:19 -07:00