zulip/zerver/tests
Steve Howell 93899c1d98 pointer tests: Fix test_one_event. 2020-06-26 10:02:37 -07:00
..
fixtures markdown: Escape HTML entities in inline code blocks. 2020-06-25 14:46:33 -07:00
images emoji: Only resize custom emoji that need it. 2019-01-29 10:33:50 -08:00
__init__.py
test_alert_words.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_archive.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_attachments.py models: Change attachment.size to not be nullable. 2020-06-20 13:15:02 -07:00
test_audit_log.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_auth_backends.py test_auth_backends: Add request parameter to patched_authenticate. 2020-06-25 13:14:37 -07:00
test_bots.py python: Manually convert more percent-formatting to f-strings. 2020-06-14 23:27:22 -07:00
test_bugdown.py markdown: Escape HTML entities in inline code blocks. 2020-06-25 14:46:33 -07:00
test_cache.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_camo.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_compatibility.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_create_video_call.py calls: Add Big Blue Button as a Video Call Provider. 2020-06-22 16:19:07 -07:00
test_custom_profile_data.py update_user_custom_profile_data: Validate data type correctly. 2020-06-20 22:29:15 -07:00
test_decorators.py mypy: Use tuples for muted_topics. 2020-06-24 15:01:57 -07:00
test_digest.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_docs.py openapi: Make api-docs filename match with operationIds. 2020-06-18 22:38:05 -07:00
test_email_change.py confirmation: Pass realm rather than host to confirmation_url. 2020-06-14 23:27:22 -07:00
test_email_log.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_email_mirror.py email-mirror-postfix: Handle 8-bit messages correctly. 2020-06-14 20:24:06 -07:00
test_email_notifications.py email: Migrate to new Python ≥ 3.3 email API. 2020-06-14 20:24:06 -07:00
test_embedded_bot_system.py test_embedded_bot_system: Replace type: ignore annotations with an assert. 2020-06-23 11:29:54 -07:00
test_event_queue.py pointer tests: Fix test_one_event. 2020-06-26 10:02:37 -07:00
test_events.py test: Extract basic_stream_fields. 2020-06-25 13:52:59 -07:00
test_external.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_gitter_importer.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_hipchat_importer.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_home.py settings: Add automatic theme detection feature. 2020-06-21 01:09:01 -07:00
test_hotspots.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_i18n.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
test_import_export.py mypy: Type simple generators as Iterator, not Iterable. 2020-06-23 11:29:54 -07:00
test_integrations.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_integrations_dev_panel.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_internet.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_legacy_subject.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_link_embed.py views: Extract message_edit.py for message editing views. 2020-06-22 15:08:34 -07:00
test_logging_handlers.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_management_commands.py email: Migrate to new Python ≥ 3.3 email API. 2020-06-14 20:24:06 -07:00
test_mattermost_importer.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_message_edit_notifications.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_messages.py timezone: Strengthen get_timezone type. 2020-06-23 11:29:54 -07:00
test_middleware.py test_middleware: Remove night mode test. 2020-06-21 01:17:42 -07:00
test_migrations.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_muting.py mypy: Use tuples for muted_topics. 2020-06-24 15:01:57 -07:00
test_narrow.py views: Rename messages.py to message_fetch.py. 2020-06-22 15:08:34 -07:00
test_new_users.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
test_onboarding.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_openapi.py openapi: Fix validate_against_openapi_schema nested object validation. 2020-06-20 13:23:39 -07:00
test_outgoing_webhook_interfaces.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_outgoing_webhook_system.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_populate_db.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_presence.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_push_notifications.py test_push_notifications: Fix type: ignore issues. 2020-06-23 11:29:54 -07:00
test_queue.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_queue_worker.py logging: Use logging.exception and exc_info for unexpected exceptions. 2020-06-14 23:27:22 -07:00
test_rate_limiter.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_reactions.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_realm.py org settings: Use 'forever' value instead of -1 for message_retention_days. 2020-06-24 10:38:58 -07:00
test_realm_domains.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_realm_emoji.py python: Convert percent formatting to .format for translated strings. 2020-06-15 16:24:46 -07:00
test_realm_export.py python: Manually convert more percent-formatting to f-strings. 2020-06-14 23:27:22 -07:00
test_realm_filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_redis_utils.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_report.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_retention.py retention: Add restore_retention_policy_deletions_for_stream function. 2020-06-24 10:40:38 -07:00
test_service_bot_system.py update_storage: Validate storage type correctly. 2020-06-20 22:29:15 -07:00
test_sessions.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_settings.py settings: Add automatic theme detection feature. 2020-06-21 01:09:01 -07:00
test_signup.py invites: Do not return multi-use invites to non-admin users. 2020-06-24 15:01:41 -07:00
test_slack_importer.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_slack_message_conversion.py python: Manually convert more percent-formatting to f-strings. 2020-06-14 23:27:22 -07:00
test_soft_deactivation.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_subdomains.py python: Guard against default value mutation with read-only types. 2020-06-13 15:31:27 -07:00
test_submessage.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_subs.py streams: Fix bug that allows 0 value for message_retention_days. 2020-06-24 10:38:58 -07:00
test_templates.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_thumbnail.py python: Manually convert more percent-formatting to f-strings. 2020-06-14 23:27:22 -07:00
test_timestamp.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_tornado.py tests: Avoid unchecked casts. 2020-06-22 17:18:19 -07:00
test_transfer.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_tutorial.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_type_debug.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_typing.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_unread.py views: Rename messages.py to message_fetch.py. 2020-06-22 15:08:34 -07:00
test_upload.py requirements: Upgrade Python requirements. 2020-06-25 13:14:37 -07:00
test_urls.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
test_user_groups.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_user_status.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_users.py users: Avoid unchecked cast. 2020-06-22 17:18:19 -07:00
test_webhooks_common.py decorator: Fix type of signature-changing decorators. 2020-06-23 11:29:54 -07:00
test_widgets.py widgets: Make type checks more explicit. 2020-06-25 13:52:59 -07:00
test_zcommand.py settings: Add automatic theme detection feature. 2020-06-21 01:09:01 -07:00
test_zephyr.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00