zulip/zerver/tests
Eklavya Sharma c654c4032d zerver/models.py: Annotate get_display_recipient.
get_display_recipient's annotation clashes with other wrong annotations.
Fix those wrong annotations.
Since get_display_recipient returns a Union, use isinstance checks and
casts to make mypy checks succeed.
2016-06-12 23:34:57 +05:30
..
images Add SetAvatarTest to test_upload.py. 2016-04-20 12:23:22 +05:30
__init__.py Fix missing zerver/tests/__init__.py. 2016-04-11 22:34:22 -07:00
test_auth_backends.py Annotate much of the rest of zerver/tests. 2016-06-04 11:53:20 -07:00
test_bugdown.py test_bugdown: Add tests for mentions. 2016-06-03 23:18:39 -07:00
test_decorators.py [i18n] Make error messages translatable. 2016-05-31 07:40:42 -07:00
test_email_mirror.py Upgrade digest email templates to Jinja2. 2016-05-13 01:01:28 +05:00
test_events.py Make default_streams web controllable. 2016-06-09 15:24:32 -07:00
test_external.py Annotate test_external and test_signup. 2016-06-04 11:53:20 -07:00
test_hooks.py Remove unused test_beankstalk_message function. 2016-06-07 21:27:29 -07:00
test_i18n.py Add tests for json_error and JsonableError. 2016-06-07 12:41:59 +05:00
test_management_commands.py Annotate much of the rest of zerver/tests. 2016-06-04 11:53:20 -07:00
test_messages.py test_messages: Fix huddle test failing when not on Internet. 2016-06-03 23:18:39 -07:00
test_realm_emoji.py Annotate test_events, test_realm_emoji, test_uploads. 2016-06-04 11:53:20 -07:00
test_signup.py Annotate test_external and test_signup. 2016-06-04 11:53:20 -07:00
test_subs.py zerver/models.py: Annotate get_display_recipient. 2016-06-12 23:34:57 +05:30
test_templates.py Annotate much of the rest of zerver/tests. 2016-06-04 11:53:20 -07:00
test_unread.py Annotate much of the rest of zerver/tests. 2016-06-04 11:53:20 -07:00
test_upload.py Fix and re-enable test_file_upload_authed. 2016-06-09 23:07:24 -07:00
test_urls.py Annotate much of the rest of zerver/tests. 2016-06-04 11:53:20 -07:00
tests.py Move Zulip backend tests to zerver.tests. 2016-04-11 22:16:09 -07:00