zulip/zerver/webhooks/bitbucket2
Steve Howell fae3535e79 webhook tests: Avoid check_webhook for multi messages.
If we're not passing in expected_topic or expected_message
to check_webhook, it's better to just call send_webhook_payload,
since we'll want to explicitly check our messages
anyway.

This preps us to always require those fields for
check_webhook, which can prevent insidious testing no-ops.
2020-08-24 12:34:46 -07:00
..
fixtures webhooks/bitbucket2: Account for missing username in PR payloads. 2019-06-24 23:19:06 -07:00
__init__.py
doc.md webhooks: Add Bitbucket Server integration. 2019-03-24 22:06:29 -02:30
tests.py webhook tests: Avoid check_webhook for multi messages. 2020-08-24 12:34:46 -07:00
view.py python: Fix misuse of Optional types for optional parameters. 2020-06-13 15:31:27 -07:00