zulip/zerver/tests
Tim Abbott 7e8f8551de decorator: Change /activity to be gated on is_staff.
Zulip doesn't previously make use of the standard Django is_staff flag
(in that the Django admin site is disabled), but since conceptually
the /activity page would be part of the Django admin site if we were
using it (i.e. for server-level administrators), it makes sense to key
off of that rather than the previous, fragile, check for the realm
domain name.
2016-12-13 21:06:27 -08:00
..
images Update types of images accepted as avatars. 2016-07-26 16:36:47 +05:30
markdown Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
webhooks pep8: Fix E128 violations. 2016-12-13 10:50:14 -08:00
__init__.py Fix missing zerver/tests/__init__.py. 2016-04-11 22:34:22 -07:00
test_alert_words.py mypy: Convert zerver/tests/ to use typing.Text. 2016-12-04 14:47:21 -08:00
test_auth_backends.py mypy: Convert zerver/tests/ to use typing.Text. 2016-12-04 14:47:21 -08:00
test_bugdown.py Add oembed/Open Graph/Meta tags data retrieval from inline links. 2016-12-07 17:40:18 -08:00
test_decorators.py decorator: Change /activity to be gated on is_staff. 2016-12-13 21:06:27 -08:00
test_email_mirror.py mypy: Convert zerver/tests/ to use typing.Text. 2016-12-04 14:47:21 -08:00
test_events.py zerver: Handle `update_global_notifications` in `apply_events` 2016-12-13 20:20:26 -08:00
test_export.py pep8: Fix E303 violations. 2016-12-02 15:34:11 -08:00
test_external.py Speed up rate limiting test in test_external. 2016-12-09 10:52:11 -08:00
test_i18n.py pep8: Fix E122. 2016-12-01 23:16:35 -08:00
test_integrations.py docs: Automate creation of Hubot documentation lozenges. 2016-11-26 15:27:54 -08:00
test_link_embed.py URL preview: Improve test coverage. 2016-12-13 10:43:02 -08:00
test_management_commands.py tests: Add assert_in_success_response in ZulipTestCase. 2016-11-26 14:52:44 -08:00
test_messages.py Change call signature for users_subscribed_to_stream() 2016-12-05 15:46:19 -08:00
test_narrow.py mypy: Annotate zerver/tests/test_narrow.py 2016-12-09 05:48:22 -08:00
test_presence.py pep8: Fix E303 violations. 2016-12-02 15:34:11 -08:00
test_push_notifications.py mypy: Convert zerver/tests/ to use typing.Text. 2016-12-04 14:47:21 -08:00
test_reactions.py Reactions backend: make endpoints more REST-ful. 2016-12-07 22:28:02 -08:00
test_realm_emoji.py tests: Access realms by string_id. 2016-11-15 13:32:20 -08:00
test_realm_filters.py test_realm_filters: Fix missing mypy annotation. 2016-11-17 20:29:06 -08:00
test_report.py tests: Split out ZulipTestCase and WebhookTestCase to a separate file. 2016-11-10 19:29:43 -08:00
test_retention.py tests: Split out ZulipTestCase and WebhookTestCase to a separate file. 2016-11-10 19:29:43 -08:00
test_signup.py pep8: Fix E128 violations. 2016-12-13 10:50:14 -08:00
test_subs.py streams: Add default stream description tests and functions. 2016-12-07 21:12:44 -08:00
test_templates.py tests: Exclude markdown files from shallow template testing. 2016-12-01 10:12:38 -08:00
test_tornado.py tornado: Move event_queue.py to zerver/tornado/. 2016-11-26 22:29:28 -08:00
test_tutorial.py tests: Split out ZulipTestCase and WebhookTestCase to a separate file. 2016-11-10 19:29:43 -08:00
test_type_debug.py pep8: Fix E701 violations. 2016-11-30 20:45:09 +00:00
test_typing.py pep8: Fix E303 violations. 2016-12-02 15:34:11 -08:00
test_unread.py pep8: Fix E303 violations. 2016-12-02 15:34:11 -08:00
test_upload.py mypy: Convert zerver/tests/ to use typing.Text. 2016-12-04 14:47:21 -08:00
test_urls.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
tests.py admin: Do not allow removing or deactivating the last org admin. 2016-12-07 21:59:33 -08:00