zulip/zerver/tests
James Rowan 21b5536353 emails: Update subject lines of emails. 2017-07-14 15:20:04 -07:00
..
images Update types of images accepted as avatars. 2016-07-26 16:36:47 +05:30
__init__.py Fix missing zerver/tests/__init__.py. 2016-04-11 22:34:22 -07:00
test_alert_words.py Replace othello@zulip.com with example_email('othello'). 2017-05-24 19:37:36 -07:00
test_attachments.py tests: Replaced @zulip.com references with self.example_ functions. 2017-05-23 20:59:50 -07:00
test_audit_log.py Switch change_tos_version to use RealmAuditLog. 2017-05-29 15:24:01 -07:00
test_auth_backends.py confirmation: Make host a required argument in get_link_for_object. 2017-07-07 18:53:00 -07:00
test_bots.py test_classes: Use get_user in unsubscribe_from_stream. 2017-07-13 14:13:03 -07:00
test_bugdown.py pep8: Add compliance with rule E261 to tests/test_bugdown.py. 2017-07-11 15:17:32 -07:00
test_compatibility.py mobile: Add an endpoint for checking compatibility. 2017-02-03 09:55:34 -08:00
test_custom_profile_data.py api: Fix caps in JSON validation error message. 2017-06-27 08:33:56 -04:00
test_decorators.py auth: Don't show deactivation notice to mirror dummies. 2017-07-05 23:50:53 -07:00
test_docs.py Improve /integrations page load time. 2017-07-13 20:37:09 -07:00
test_email_change.py emails: Update subject lines of emails. 2017-07-14 15:20:04 -07:00
test_email_mirror.py emails: Groundwork to personalize reply-to name of missed message emails. 2017-07-05 15:33:01 -07:00
test_events.py Revert commits related to client_message_id. 2017-07-14 12:13:35 -07:00
test_export.py tests: Replaced @zulip.com references with self.example_ functions. 2017-05-23 20:59:50 -07:00
test_external.py tests: Replace mit_user().email with mit_email(). 2017-05-24 12:44:43 -07:00
test_home.py backend: Implement high contrast mode display setting. 2017-07-14 14:53:24 -07:00
test_hotspots.py hotspots: Change hotspots to have a name and a description. 2017-06-13 12:59:33 -07:00
test_i18n.py test: Fix test_i18n.test_json_error(). 2017-07-06 11:30:55 -04:00
test_link_embed.py preview.py: Fix error raised on uploading file with unicode filename. 2017-06-19 14:58:44 -04:00
test_logging_handlers.py pep8: Add compliance with rule E261 test_logging_handlers.py. 2017-06-04 15:07:26 +05:30
test_management_commands.py management: Use Realm.objects.get instead of get_realm. 2017-07-07 15:02:12 -07:00
test_messages.py pep8: Add compliance with rule E261 to tests/test_messages.py. 2017-07-11 15:17:32 -07:00
test_middleware.py tests: Extract zerver/tests/test_middleware.py. 2017-03-08 03:57:37 -08:00
test_muting.py tests: Remove get_user_profile_by_email from most tests. 2017-05-24 13:05:19 -07:00
test_narrow.py search: Add test case for searching for a link. 2017-07-13 09:23:34 -07:00
test_new_users.py Fix new-login emails for iOS not identifying OS correctly. 2017-07-07 13:34:25 -07:00
test_notifications.py emails: Update subject for missed message emails. 2017-07-13 18:47:17 -07:00
test_outgoing_webhook_system.py mypy: Use specific kwargs types. 2017-07-07 10:56:33 -07:00
test_presence.py Replace othello@zulip.com with example_email('othello'). 2017-05-24 19:37:36 -07:00
test_push_notifications.py push_notifications: Verify that token types are valid. 2017-07-07 10:28:36 -07:00
test_queue_worker.py tests: Replaced @zulip.com references with self.example_ functions. 2017-05-23 20:59:50 -07:00
test_reactions.py urls: Use POST for zerver.views.realm_emoji.upload_emoji. 2017-07-07 10:31:43 -07:00
test_realm.py pep8: Add compliance with rule E261 to tests/test_realm.py. 2017-07-11 15:17:32 -07:00
test_realm_domains.py Replace iago@zulip.com with example_email('iago'). 2017-05-24 19:37:36 -07:00
test_realm_emoji.py test_realm_emoji: Replace get_user_profile_by_email. 2017-07-13 00:45:24 +05:30
test_realm_filters.py tests: Replaced @zulip.com references with self.example_ functions. 2017-05-23 20:59:50 -07:00
test_report.py tests: Replaced @zulip.com references with self.example_ functions. 2017-05-23 20:59:50 -07:00
test_retention.py messages: Add support for admins deleting messages. 2017-05-29 21:59:38 -07:00
test_service_bot_system.py bots: Add additional service bot tests. 2017-05-25 15:00:51 -07:00
test_sessions.py tests: Fix str/Text mypy issues in various tests. 2017-05-24 15:19:38 -07:00
test_settings.py Replace hamlet@zulip.com with example_email('hamlet'). 2017-05-24 19:37:36 -07:00
test_signup.py tests: Enforce new custom sender names and addresses. 2017-07-13 14:50:36 -07:00
test_subs.py test_classes: Use get_user in unsubscribe_from_stream. 2017-07-13 14:13:03 -07:00
test_templates.py confirmation: Remove vestiges of the MitUser table. 2017-07-07 18:53:00 -07:00
test_timestamp.py Replace timezone.utc with timezone_utc. 2017-04-16 12:28:56 -07:00
test_tornado.py Revert commits related to client_message_id. 2017-07-14 12:13:35 -07:00
test_tutorial.py api: Fix caps in JSON validation error message. 2017-06-27 08:33:56 -04:00
test_type_debug.py pep8: Add compliance with rule E261 to test_type_debug.py. 2017-05-07 23:21:50 -07:00
test_typing.py Replace othello@zulip.com with example_email('othello'). 2017-05-24 19:37:36 -07:00
test_unread.py pep8: Add compliance with rule E261 test_unread.py. 2017-06-04 15:07:39 +05:30
test_upload.py pep8: Add compliance with rule E261 to tests/test_upload.py. 2017-07-11 15:17:32 -07:00
test_urls.py pep8: Add compliance with rule E261 to test_urls.py. 2017-05-18 03:00:32 +05:30
test_users.py test_subs/test_users: Fix breaking tests due to regressions. 2017-07-13 01:56:26 +05:30
test_zephyr.py bots: Move zephyr-related files to api/integrations/zephyr/. 2017-05-26 15:07:02 -07:00
tests.py retention-period: Add retention period to front-end admin organization settings. 2017-03-25 17:57:18 -07:00