.. |
fixtures
|
test_fixtures: Add 'message_link_test_cases' test fixture.
|
2024-06-17 10:42:32 -07:00 |
images
|
thumbnail: Lock down which formats we parse.
|
2024-07-11 07:31:39 -07:00 |
__init__.py
|
…
|
|
test_alert_words.py
|
alert_words: Migrate alert_words to use @typed_endpoint.
|
2023-09-08 08:20:17 -07:00 |
test_attachments.py
|
mypy: Enable new error explicit-override.
|
2023-10-12 12:28:41 -07:00 |
test_audit_log.py
|
ruff: Fix UP007 Use `X | Y` for type annotations.
|
2024-07-13 22:28:22 -07:00 |
test_auth_backends.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_bots.py
|
ruff: Fix UP007 Use `X | Y` for type annotations.
|
2024-07-13 22:28:22 -07:00 |
test_cache.py
|
ruff: Fix UP007 Use `X | Y` for type annotations.
|
2024-07-13 22:28:22 -07:00 |
test_compatibility.py
|
python: Reformat with Ruff formatter.
|
2024-02-29 17:07:16 -08:00 |
test_create_video_call.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_custom_profile_data.py
|
ruff: Fix UP035 Import from `collections.abc`, `typing` instead.
|
2024-07-13 22:28:22 -07:00 |
test_data_types.py
|
…
|
|
test_decorators.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_delete_unclaimed_attachments.py
|
ruff: Fix UP007 Use `X | Y` for type annotations.
|
2024-07-13 22:28:22 -07:00 |
test_digest.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_docs.py
|
ruff: Fix UP035 Import from `collections.abc`, `typing` instead.
|
2024-07-13 22:28:22 -07:00 |
test_drafts.py
|
ruff: Fix UP007 Use `X | Y` for type annotations.
|
2024-07-13 22:28:22 -07:00 |
test_email_change.py
|
realm-deactivation: Send email to owners as part of deactivation.
|
2024-06-26 16:48:18 -07:00 |
test_email_log.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_email_mirror.py
|
ruff: Fix UP035 Import from `collections.abc`, `typing` instead.
|
2024-07-13 22:28:22 -07:00 |
test_email_notifications.py
|
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
|
2024-07-13 22:28:22 -07:00 |
test_embedded_bot_system.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_event_queue.py
|
ruff: Fix UP035 Import from `collections.abc`, `typing` instead.
|
2024-07-13 22:28:22 -07:00 |
test_event_system.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_events.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_example.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_external.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_github.py
|
…
|
|
test_has_request_variables.py
|
ruff: Fix UP035 Import from `collections.abc`, `typing` instead.
|
2024-07-13 22:28:22 -07:00 |
test_health.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_home.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_i18n.py
|
invites: Lock the realm when determining invitation counts.
|
2024-05-02 14:23:04 -07:00 |
test_import_export.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_integrations.py
|
refactor: Relocate screenshots scripts to new tools/screenshots dir.
|
2024-05-14 16:17:44 -07:00 |
test_integrations_dev_panel.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_internet.py
|
…
|
|
test_invite.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_legacy_subject.py
|
…
|
|
test_link_embed.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_management_commands.py
|
ruff: Fix PLR6104 Use `+=` to perform an augmented assignment directly.
|
2024-07-14 13:49:51 -07:00 |
test_markdown.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_mattermost_importer.py
|
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
|
2024-07-13 22:28:22 -07:00 |
test_message_delete.py
|
ruff: Fix PLR6104 Use `+=` to perform an augmented assignment directly.
|
2024-07-14 13:49:51 -07:00 |
test_message_dict.py
|
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
|
2024-07-13 22:28:22 -07:00 |
test_message_edit.py
|
ruff: Fix PLR6104 Use `+=` to perform an augmented assignment directly.
|
2024-07-14 13:49:51 -07:00 |
test_message_edit_notifications.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_message_fetch.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_message_flags.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_message_move_stream.py
|
ruff: Fix PLR6104 Use `+=` to perform an augmented assignment directly.
|
2024-07-14 13:49:51 -07:00 |
test_message_move_topic.py
|
ruff: Fix PLR6104 Use `+=` to perform an augmented assignment directly.
|
2024-07-14 13:49:51 -07:00 |
test_message_notification_emails.py
|
ruff: Fix UP035 Import from `collections.abc`, `typing` instead.
|
2024-07-13 22:28:22 -07:00 |
test_message_send.py
|
ruff: Fix PLR6104 Use `+=` to perform an augmented assignment directly.
|
2024-07-14 13:49:51 -07:00 |
test_message_topics.py
|
streams: Update translated errors for stream to channel rename.
|
2024-04-24 14:35:05 -07:00 |
test_messages.py
|
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
|
2024-07-13 22:28:22 -07:00 |
test_middleware.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_migrations.py
|
CVE-2024-27286: Delete dangling UserMessage rows.
|
2024-03-19 18:22:24 -04:00 |
test_mirror_users.py
|
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
|
2024-07-13 22:28:22 -07:00 |
test_muted_users.py
|
refactor: Rename `huddle` to `direct_message_group` in non API.
|
2024-07-04 07:56:31 -07:00 |
test_new_users.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_notification_data.py
|
models: Extract zerver.models.scheduled_jobs.
|
2023-12-16 22:08:44 -08:00 |
test_onboarding.py
|
…
|
|
test_onboarding_steps.py
|
onboarding_step: Don't show 'visibility_policy_banner' to new users.
|
2024-06-28 10:41:48 -07:00 |
test_openapi.py
|
ruff: Fix UP035 Import from `collections.abc`, `typing` instead.
|
2024-07-13 22:28:22 -07:00 |
test_outgoing_http.py
|
mypy: Enable new error explicit-override.
|
2023-10-12 12:28:41 -07:00 |
test_outgoing_webhook_interfaces.py
|
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
|
2024-07-13 22:28:22 -07:00 |
test_outgoing_webhook_system.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_populate_db.py
|
…
|
|
test_presence.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_push_notifications.py
|
ruff: Fix PLR6104 Use `+=` to perform an augmented assignment directly.
|
2024-07-14 13:49:51 -07:00 |
test_queue.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_queue_worker.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_rate_limiter.py
|
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
|
2024-07-13 22:28:22 -07:00 |
test_reactions.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_read_receipts.py
|
refactor: Rename `huddle` to `direct_message_group` in non API.
|
2024-07-04 07:56:31 -07:00 |
test_realm.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_realm_domains.py
|
models: Extract zerver.models.realms.
|
2023-12-16 22:08:44 -08:00 |
test_realm_emoji.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_realm_export.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_realm_linkifiers.py
|
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
|
2024-07-13 22:28:22 -07:00 |
test_realm_playgrounds.py
|
models: Extract zerver.models.realms.
|
2023-12-16 22:08:44 -08:00 |
test_recipient_parsing.py
|
i18n: Update translated errors for stream to channel rename.
|
2024-04-24 14:35:05 -07:00 |
test_redis_utils.py
|
mypy: Enable new error explicit-override.
|
2023-10-12 12:28:41 -07:00 |
test_report.py
|
…
|
|
test_retention.py
|
ruff: Fix UP007 Use `X | Y` for type annotations.
|
2024-07-13 22:28:22 -07:00 |
test_rocketchat_importer.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_scheduled_messages.py
|
ruff: Fix UP007 Use `X | Y` for type annotations.
|
2024-07-13 22:28:22 -07:00 |
test_scim.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_send_email.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_server_settings.py
|
…
|
|
test_service_bot_system.py
|
ruff: Fix UP035 Import from `collections.abc`, `typing` instead.
|
2024-07-13 22:28:22 -07:00 |
test_sessions.py
|
ruff: Fix UP035 Import from `collections.abc`, `typing` instead.
|
2024-07-13 22:28:22 -07:00 |
test_settings.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_signup.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_slack_importer.py
|
ruff: Fix B905 `zip()` without an explicit `strict=` parameter.
|
2024-07-13 22:28:22 -07:00 |
test_slack_message_conversion.py
|
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
|
2024-07-13 22:28:22 -07:00 |
test_soft_deactivation.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_subdomains.py
|
ruff: Fix UP035 Import from `collections.abc`, `typing` instead.
|
2024-07-13 22:28:22 -07:00 |
test_submessage.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_subs.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_templates.py
|
…
|
|
test_thumbnail.py
|
thumbnail: Stop applying MAX_EMOJI_GIF_FILE_SIZE_BYTES before resizing.
|
2024-07-12 13:26:47 -07:00 |
test_timeout.py
|
timeout: Rename to unsafe_timeout.
|
2024-04-18 11:50:38 -07:00 |
test_timestamp.py
|
…
|
|
test_timezone.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_tornado.py
|
ruff: Fix UP035 Import from `collections.abc`, `typing` instead.
|
2024-07-13 22:28:22 -07:00 |
test_transfer.py
|
emoji: Pass down content-type, rather than guessing from extension.
|
2024-07-12 13:26:47 -07:00 |
test_tutorial.py
|
onboarding: Update Welcome Bot's responses to commands.
|
2024-07-09 13:08:02 -07:00 |
test_typed_endpoint.py
|
ruff: Fix UP035 Import from `collections.abc`, `typing` instead.
|
2024-07-13 22:28:22 -07:00 |
test_typed_endpoint_validators.py
|
users: Migrate to typed_endpoint.
|
2024-06-06 16:50:56 -07:00 |
test_typing.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_upload.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_upload_local.py
|
emoji: Pass down content-type, rather than guessing from extension.
|
2024-07-12 13:26:47 -07:00 |
test_upload_s3.py
|
thumbnail: Still emoji are always pngs.
|
2024-07-12 13:26:47 -07:00 |
test_url_decoding.py
|
url_decoding: Add 'is_same_server_message_link' function.
|
2024-06-17 10:42:32 -07:00 |
test_urls.py
|
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
|
2024-07-13 22:28:22 -07:00 |
test_user_groups.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_user_status.py
|
ruff: Fix UP007 Use `X | Y` for type annotations.
|
2024-07-13 22:28:22 -07:00 |
test_user_topics.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_users.py
|
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
|
2024-07-14 13:48:32 -07:00 |
test_validators.py
|
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
|
2024-07-13 22:28:22 -07:00 |
test_webhooks_common.py
|
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
|
2024-07-13 22:28:22 -07:00 |
test_widgets.py
|
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
|
2024-07-13 22:28:22 -07:00 |
test_zcommand.py
|
zcommand: Rename night->dark and day->light in the color scheme backend.
|
2024-06-30 22:45:26 -07:00 |
test_zephyr.py
|
ruff: Bump target-version from py38 to py310.
|
2024-07-13 22:28:22 -07:00 |
test_zulip_update_announcements.py
|
refactor: Rename `huddle` to `direct_message_group` in non API.
|
2024-07-04 07:56:31 -07:00 |