zulip/zerver/tests
umkay 510b7a0489 mypy: Add ignore type for dynamically added field on LogRecord.
mypy will error because of the attribute "request" on the LogRecord
object. Since this field is added in our tests dynamically and is not
on the base object, for now we will ignore the type.
2017-05-22 14:38:39 -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 tests: Use example_user() in more places. 2017-05-08 11:57:38 -07:00
test_attachments.py Remove unused get_user_profile_by_email() imports. 2017-05-08 11:57:38 -07:00
test_audit_log.py Remove unused get_user_profile_by_email() imports. 2017-05-08 11:57:38 -07:00
test_auth_backends.py templates: Clean up visuals for account-not-found SSO flow. 2017-05-13 12:46:05 -07:00
test_bots.py users: Ban names shorter than 3 characters. 2017-05-11 19:21:51 -07:00
test_bugdown.py bugdown: Convert GitHub image-preview urls to image urls. 2017-05-09 11:22:37 -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 mypy: Fix various errors caught by removing cache_with_key. 2017-05-10 14:37:20 -07:00
test_decorators.py Use self.example_user() in more places. 2017-05-08 11:57:38 -07:00
test_docs.py test_docs: Add tests to ensure all integrations present. 2017-05-10 11:30:32 -07:00
test_email_change.py tests: Use example_user() in more places. 2017-05-08 11:57:38 -07:00
test_email_mirror.py Remove unused get_user_profile_by_email() imports. 2017-05-08 11:57:38 -07:00
test_events.py message: Remove unused old gravatar_hash field from message dicts. 2017-05-09 22:33:27 -07:00
test_export.py Remove unused get_user_profile_by_email() imports. 2017-05-08 11:57:38 -07:00
test_external.py Remove unused get_user_profile_by_email() imports. 2017-05-08 11:57:38 -07:00
test_home.py api: Move notifications_stream into the register_ret API. 2017-05-16 18:57:14 -07:00
test_hotspots.py tests: Get hotspots to 100% test coverage. 2017-03-29 14:04:33 -07:00
test_i18n.py Remove zh_CN old Django name for Chinese. 2017-02-03 14:29:03 -08:00
test_link_embed.py bugdown: Add domain-name to relative image-url in open graph data. 2017-05-04 16:54:10 -07:00
test_logging_handlers.py mypy: Add ignore type for dynamically added field on LogRecord. 2017-05-22 14:38:39 -07:00
test_management_commands.py create_realm: Fix heading for creating an organization. 2017-04-27 11:12:09 -07:00
test_messages.py tests: Use example_user() in more places. 2017-05-08 11:57:38 -07:00
test_middleware.py tests: Extract zerver/tests/test_middleware.py. 2017-03-08 03:57:37 -08:00
test_muting.py tests: Use example_user() in more places. 2017-05-08 11:57:38 -07:00
test_narrow.py message: Remove unused old gravatar_hash field from message dicts. 2017-05-09 22:33:27 -07:00
test_notifications.py mentions: Fix subject line and sender for missed-message mentions. 2017-05-12 13:50:25 -07:00
test_presence.py Use self.example_user() in more places. 2017-05-08 11:57:38 -07:00
test_push_notifications.py push_notifications: Catch IOError while pushing to GCM. 2017-05-17 12:14:32 -07:00
test_queue_worker.py Remove unused get_user_profile_by_email() imports. 2017-05-08 11:57:38 -07:00
test_reactions.py tests: Use example_user() in more places. 2017-05-08 11:57:38 -07:00
test_realm.py settings: Add support for longer, markdown-powered realm descriptions. 2017-05-11 13:59:46 -07:00
test_realm_domains.py test_realm_aliases.py: `realm_alias` to `realm_domain` migration. 2017-04-04 15:48:03 -07:00
test_realm_emoji.py emoji.py: Add restriction that realm emoji must be lowercase. 2017-05-11 19:10:21 -07:00
test_realm_filters.py realm_filters: Support ? in URL format strings. 2017-03-25 17:13:34 -07:00
test_report.py pep8: Add compliance with rule E261 to test_report.py. 2017-05-07 23:21:50 -07:00
test_retention.py Replace timezone.now with timezone_now. 2017-04-16 12:28:56 -07:00
test_send_login_emails.py Add notifications on new logins to Zulip. 2017-03-25 16:50:52 -07:00
test_sessions.py test_sessions: Extends tests to reach 100% coverage of sessions.py. 2017-05-10 10:12:21 -07:00
test_settings.py users: Ban names shorter than 3 characters. 2017-05-11 19:21:51 -07:00
test_signup.py invite: Remove obsolete bulk_invite_users endpoint. 2017-05-17 17:30:15 -07:00
test_subs.py Eliminate PMs to non-subscribers when creating streams. 2017-05-16 10:43:27 -07:00
test_templates.py test_templates: Fix errors from compare.html template. 2017-05-13 14:57:06 -07:00
test_timestamp.py Replace timezone.utc with timezone_utc. 2017-04-16 12:28:56 -07:00
test_tornado.py test_tornado.py: Add websocket closing to tornado tests. 2017-04-27 12:05:56 -07:00
test_tutorial.py Use self.example_user() in more places. 2017-05-08 11:57:38 -07: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 test: Use example_user() in more places. 2017-05-08 11:57:38 -07:00
test_unread.py test: Use example_user() in more places. 2017-05-08 11:57:38 -07:00
test_upload.py mypy: Fix various errors caught by removing cache_with_key. 2017-05-10 14:37:20 -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 users: Ban names shorter than 3 characters. 2017-05-11 19:21:51 -07:00
test_zephyr.py tests: Extract zerver/tests/test_zephyr.py. 2017-03-08 03:08:30 -08:00
tests.py retention-period: Add retention period to front-end admin organization settings. 2017-03-25 17:57:18 -07:00