zulip/zerver/tests
Anders Kaseorg 47f795ae64 python: Remove redundant parentheses.
Generated automatically by pyupgrade.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-08-02 15:53:52 -07:00
..
fixtures data_import: Add huddle import support for Rocket.Chat. 2021-07-28 15:45:54 -07:00
images
__init__.py
test_alert_words.py
test_attachments.py
test_audit_log.py bots: Pass realm to self.notification_bot test helper. 2021-07-26 15:33:13 -07:00
test_auth_backends.py api: Return zulip_merge_base alongside zulip_version. 2021-07-30 12:03:41 -07:00
test_bots.py python: Remove unnecessary intermediate lists. 2021-08-02 15:53:52 -07:00
test_cache.py bots: Pass realm to get_system_bot calls in test_cache.py. 2021-07-26 15:33:13 -07:00
test_compatibility.py
test_create_video_call.py video_calls: Remove call to deprecated Zoom Data Compliance API. 2021-07-30 09:19:22 -07:00
test_custom_profile_data.py markdown: Refactor out additional properties added to Message. 2021-06-24 18:14:53 -07:00
test_data_types.py
test_decorators.py typing: Fix misuse of HttpResponse. 2021-07-27 14:31:19 +08:00
test_digest.py python: Remove unnecessary intermediate lists. 2021-08-02 15:53:52 -07:00
test_docs.py python: Remove redundant parentheses. 2021-08-02 15:53:52 -07:00
test_drafts.py populate_db: Create some drafts in the initial database. 2021-07-30 10:41:52 -07:00
test_email_change.py api: Remove "full_name" and "account_email" from response of '/settings'. 2021-07-16 16:10:15 -07:00
test_email_log.py
test_email_mirror.py bots: Pass realm to get_system_bot calls in email_mirror. 2021-07-26 15:33:13 -07:00
test_email_notifications.py notifications: Calculate PMs/mentions settings like other settings. 2021-07-28 13:55:25 -07:00
test_embedded_bot_system.py
test_event_queue.py notifications: Calculate PMs/mentions settings like other settings. 2021-07-28 13:55:25 -07:00
test_event_system.py register: Send user_settings in response based on client capabilities. 2021-08-01 15:30:17 -07:00
test_events.py events: Add "user_settings_object" to client_capabilities. 2021-08-01 15:30:17 -07:00
test_example.py tests: Use assertion to enforce None-checks in tests. 2021-07-24 09:54:21 -07:00
test_external.py rate_limit: Show html page when rate limited at /new/ endpoint. 2021-07-28 15:24:04 -07:00
test_github.py github: Update macOS dmg filename pattern. 2021-07-21 19:03:39 -07:00
test_gitter_importer.py
test_home.py frontend: Add new user_settings module for user's settings. 2021-08-01 15:30:17 -07:00
test_hotspots.py
test_i18n.py
test_import_export.py models: Remove MutedTopic alias for UserTopic. 2021-07-28 10:25:54 -07:00
test_integrations.py
test_integrations_dev_panel.py exceptions: Add ResourceNotFoundError. 2021-07-05 11:02:12 -07:00
test_internet.py
test_legacy_subject.py
test_link_embed.py python: Fix mypy no_implicit_reexport errors. 2021-07-16 14:02:31 -07:00
test_logging_handlers.py logging_handlers: Remove STAGING_ERROR_NOTIFICATIONS setting. 2021-07-07 09:26:02 -07:00
test_management_commands.py tests: Use assertion to enforce None-checks in tests. 2021-07-24 09:54:21 -07:00
test_markdown.py fenced_code: Optimize FENCE_RE to fix cubic worst-case complexity. 2021-07-22 16:40:44 -07:00
test_mattermost_importer.py data_import: Rename mattermost_user to user_handler. 2021-07-15 14:28:36 -07:00
test_message_dict.py bots: Pass realm to self.notification_bot test helper. 2021-07-26 15:33:13 -07:00
test_message_edit.py bots: Pass realm to self.notification_bot test helper. 2021-07-26 15:33:13 -07:00
test_message_edit_notifications.py notifications: Calculate PMs/mentions settings like other settings. 2021-07-28 13:55:25 -07:00
test_message_fetch.py python: Remove unnecessary intermediate lists. 2021-08-02 15:53:52 -07:00
test_message_flags.py tests: Use assertion to enforce None-checks in tests. 2021-07-24 09:54:21 -07:00
test_message_send.py bots: Pass realm to remaining get_system_bot calls in tests. 2021-07-26 15:33:13 -07:00
test_message_topics.py python: Fix mypy no_implicit_reexport errors. 2021-07-16 14:02:31 -07:00
test_messages.py notifications: Calculate PMs/mentions settings like other settings. 2021-07-28 13:55:25 -07:00
test_middleware.py test_middleware: Replace logging mocks with assertLogs. 2021-07-26 14:46:01 -07:00
test_migrations.py
test_mirror_users.py tests: Migrate mocked Request to HostMockRequest. 2021-07-14 12:01:07 -07:00
test_muting_topics.py models: Remove MutedTopic alias for UserTopic. 2021-07-28 10:25:54 -07:00
test_muting_users.py muting: Add support for muting deactivated users. 2021-07-07 10:44:18 -07:00
test_new_users.py populate_db: Use do_create_realm for creating zulip realm. 2021-07-06 17:37:43 -07:00
test_notification_data.py python: Remove unnecessary intermediate lists. 2021-08-02 15:53:52 -07:00
test_onboarding.py
test_openapi.py python: Remove redundant parentheses. 2021-08-02 15:53:52 -07:00
test_outgoing_http.py
test_outgoing_webhook_interfaces.py
test_outgoing_webhook_system.py
test_populate_db.py
test_presence.py
test_push_notifications.py notifications: Calculate PMs/mentions settings like other settings. 2021-07-28 13:55:25 -07:00
test_queue.py tests: Purge queue before starting tests, not at tearDown. 2021-07-16 09:00:02 -07:00
test_queue_worker.py python: Remove unnecessary intermediate lists. 2021-08-02 15:53:52 -07:00
test_rate_limiter.py rate_limit: Implement IP-based rate limiting. 2021-07-08 15:46:52 -07:00
test_reactions.py python: Fix mypy no_implicit_reexport errors. 2021-07-16 14:02:31 -07:00
test_realm.py realm: Extend add_custom_emoji_policy to use COMMON_POLICY_TYPES. 2021-07-27 16:41:23 -07:00
test_realm_domains.py
test_realm_emoji.py realm: Extend add_custom_emoji_policy to use COMMON_POLICY_TYPES. 2021-07-27 16:41:23 -07:00
test_realm_export.py tests: Pass HostRequestMock to export_realm. 2021-07-26 15:09:07 -07:00
test_realm_linkifiers.py
test_realm_playgrounds.py
test_redis_utils.py
test_report.py
test_retention.py bots: Pass realm to remaining get_system_bot calls in tests. 2021-07-26 15:33:13 -07:00
test_rocketchat_importer.py data_import: Add huddle import support for Rocket.Chat. 2021-07-28 15:45:54 -07:00
test_send_email.py refactor: Use `assertGreater` helper instead of `assertTrue`. 2021-07-13 13:03:38 -07:00
test_service_bot_system.py
test_sessions.py test_sessions: Fix unnecessarily hard-coded user id. 2021-07-13 08:31:11 -07:00
test_settings.py drafts: Add support for toggling drafts synchronization. 2021-07-30 10:00:27 -07:00
test_signup.py emails: Retheme to purple colors to match present logo. 2021-08-01 21:27:42 -07:00
test_slack_importer.py slack_import: Remove obsolete SlackImportAttachment placeholder. 2021-08-02 13:13:28 -07:00
test_slack_message_conversion.py
test_soft_deactivation.py
test_subdomains.py
test_submessage.py
test_subs.py python: Remove unnecessary intermediate lists. 2021-08-02 15:53:52 -07:00
test_templates.py
test_thumbnail.py
test_timestamp.py
test_timezone.py
test_tornado.py
test_transfer.py
test_tutorial.py bots: Pass realm to remaining get_system_bot calls in tests. 2021-07-26 15:33:13 -07:00
test_type_debug.py
test_typing.py
test_upload.py bots: Pass realm to remaining get_system_bot calls in tests. 2021-07-26 15:33:13 -07:00
test_urls.py
test_user_groups.py tests: Use assertion to enforce None-checks in tests. 2021-07-24 09:54:21 -07:00
test_user_status.py user_status: Add backend changes to support status emoji. 2021-07-27 17:57:15 -07:00
test_users.py python: Remove unnecessary intermediate lists. 2021-08-02 15:53:52 -07:00
test_webhooks_common.py bots: Pass realm to self.notification_bot test helper. 2021-07-26 15:33:13 -07:00
test_widgets.py widgets: Add range checks on backend for indexes. 2021-06-29 13:40:33 -07:00
test_zcommand.py
test_zephyr.py