zulip/zerver/webhooks
Steve Howell fbef6e3c03 zendesk tests: Fix anti-patterns.
We had optional parameters for expected_topic and
expected_message, which are trivial to eliminate,
since the integration is really simple.

And we were doing strange things trying to reset
class variables at the end of tests.  Now we just
set them explicitly in the tests.
2020-08-24 12:34:46 -07:00
..
airbrake python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
alertmanager python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
ansibletower python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
appfollow docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
appveyor python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
basecamp python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
beanstalk decorator: Replace type: ignore with cast, avoid Any. 2020-06-30 18:58:23 -07:00
beeminder python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
bitbucket python: Manually convert more percent-formatting to f-strings. 2020-06-14 23:27:22 -07:00
bitbucket2 python: Fix misuse of Optional types for optional parameters. 2020-06-13 15:31:27 -07:00
bitbucket3 docs: Fix spelling errors caught by codespell. 2020-08-11 10:23:06 -07:00
buildbot python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
canarytoken integrations: Re-add Canarytoken integration. 2020-07-20 15:34:40 -07:00
circleci webhooks/circleci: Add support for super minimal payloads. 2020-06-14 22:35:41 -07:00
clubhouse python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
codeship python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
crashlytics python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
delighted python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
deskdotcom python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
dialogflow dialogflow test: Fix nonsensical tests. 2020-08-24 12:34:46 -07:00
dropbox CVE-2020-12759: Fix reflected XSS vulnerability in Dropbox webhook. 2020-06-16 22:46:16 -07:00
errbit python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
flock python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
freshdesk webhooks: Fix invalid JSON in Freshdesk test fixtures. 2020-08-11 10:47:13 -07:00
front python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00
gci python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
gitea python: Fix misuse of Optional types for optional parameters. 2020-06-13 15:31:27 -07:00
github webhooks/github: Include full repository name in notification messages. 2020-06-29 13:12:16 -07:00
gitlab webhooks/gitlab: Add an option to exclude MR title from topics. 2020-07-31 10:33:52 -07:00
gocd python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
gogs python: Fix misuse of Optional types for optional parameters. 2020-06-13 15:31:27 -07:00
gosquared python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
grafana python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
greenhouse python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
groove python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
harbor webhooks: Ignore short_name to guess user. 2020-07-17 11:04:54 -07:00
hellosign python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00
helloworld webhooks: Fix invalid JSON in Hello World test fixtures. 2020-08-11 10:47:13 -07:00
heroku python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
homeassistant python: Sort webhooks imports with isort. 2020-01-14 13:07:47 -08:00
honeybadger/fixtures
ifttt python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
insping python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
intercom python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
jira docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
librato python: Catch JSONDecodeError instead of ValueError when decoding JSON. 2020-08-12 11:59:59 -07:00
mention python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
netlify python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
newrelic python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
opbeat python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
opsgenie python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
pagerduty python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
papertrail webhooks: Fix invalid JSON in Papertrail test fixtures. 2020-08-07 15:07:27 -07:00
pingdom python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
pivotal python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00
raygun python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
reviewboard python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
rollbar/fixtures
runscope/fixtures
semaphore python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00
sentry sentry: Deal more gracefully with missing stacktraces. 2020-08-18 11:17:42 -04:00
slack python: Convert "".format to Python 3.6 f-strings. 2020-06-08 15:31:20 -07:00
slack_incoming python: Catch JSONDecodeError instead of ValueError when decoding JSON. 2020-08-12 11:59:59 -07:00
solano python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
splunk python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
statuspage python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
stripe docs: Fix spelling errors caught by codespell. 2020-08-11 10:23:06 -07:00
taiga python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
teamcity python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00
thinkst integrations: Re-add Canarytoken integration. 2020-07-20 15:34:40 -07:00
transifex python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
travis api_travis_webhook: Fix message type annotation. 2020-06-20 22:29:15 -07:00
trello python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00
updown python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
wordpress python: Convert percent formatting to .format for translated strings. 2020-06-15 16:24:46 -07:00
yo python: Manually convert more percent-formatting to f-strings. 2020-06-14 23:27:22 -07:00
zabbix python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
zapier python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
zendesk zendesk tests: Fix anti-patterns. 2020-08-24 12:34:46 -07:00
__init__.py