zulip/zerver
Abhijeet Prasad Bodas 2489a1bb4c test_event_queue: Don't use lists for call_args assertions.
This is a bit hacky, but will make these tests more readable,
in that the reader would not have to remember the order or parameter
names.

Python 3.8 introduced `mock.call_args.kwargs`, and once we upgrade,
we can use those to assert actual dictionaries instead of this hack.
2021-06-01 15:26:49 -07:00
..
data_import data_import: Protect better against bad Slack tokens. 2021-05-27 22:46:58 -07:00
integration_fixtures/nagios tests: Add a test for fixtures for non-webhook integrations. 2021-04-28 08:16:51 -07:00
lib email_notifications: Remove unnecessary online_emails check. 2021-06-01 15:26:49 -07:00
management send_email: Fix sleep logic. 2021-05-27 22:49:28 -07:00
migrations auth: Implement a generic OpenID Connect backend. 2021-05-28 09:43:06 -07:00
openapi auth: Implement a generic OpenID Connect backend. 2021-05-28 09:43:06 -07:00
templatetags dependencies: Upgrade to webpack-bundle-tracker 1.0.0-alpha.1. 2021-04-06 09:31:35 -07:00
tests test_event_queue: Don't use lists for call_args assertions. 2021-06-01 15:26:49 -07:00
tornado message send: Rename always_push_notify -> online_push_enabled. 2021-05-26 15:19:32 -07:00
views auth: Implement a generic OpenID Connect backend. 2021-05-28 09:43:06 -07:00
webhooks integrations: Add Freshstatus webhook integration. 2021-05-27 23:38:11 -07:00
worker queue_processors: Log more detailed info when marking messages as read. 2021-05-26 11:17:21 -07:00
__init__.py django: Upgrade Zulip to Django 3.2 LTS. 2021-05-03 08:36:22 -07:00
apps.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
context_processors.py page_params: Remove duplicate debug_mode field. 2021-05-20 14:57:34 -07:00
decorator.py docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
filters.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
forms.py auth: Improve display of errors when user needs to reset password. 2021-05-07 09:10:45 -07:00
logging_handlers.py docs: Capitalize “Markdown” consistently. 2021-04-26 09:31:08 -07:00
middleware.py docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
models.py models: Remove unused receives_stream_notifications function. 2021-06-01 15:26:49 -07:00
signals.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00