zulip/zerver/webhooks/github
Steve Howell 00001a396b webhook tests: Shorten topic constants.
The "EXPECTED_" prefix and "_EVENTS" suffix
usually provided more noise than signal.

We also use module constants to avoid the "self."
noise.  It also makes it a bit more clear which
constants actually have to be in the class (e.g.
"FIXTURE_DIR_NAME") to do their job.
2020-08-24 12:34:46 -07:00
..
fixtures webhooks/github: Add a support for team/edited events. 2020-05-16 14:59:08 -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 webhook tests: Shorten topic constants. 2020-08-24 12:34:46 -07:00
view.py webhooks/github: Include full repository name in notification messages. 2020-06-29 13:12:16 -07:00