zulip/zerver/tests
Rishi Gupta d387012bc6 Fix EXTERNAL_HOST computations in test_settings.py.
test_settings.py was setting EXTERNAL_HOST after importing settings.py,
which has several variables (like SERVER_URI) that are computed from
EXTERNAL_HOST.

[tweaked by tabbott to add comments explaining the story here].
2016-10-05 19:04:55 -07: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 Add Pipeline Hook event handling to gitlab integration. 2016-10-02 09:35:07 -07:00
__init__.py Fix missing zerver/tests/__init__.py. 2016-04-11 22:34:22 -07:00
test_alert_words.py tests: Add test_update_alert_words(). 2016-09-18 22:08:53 -07:00
test_auth_backends.py Fix nondeterministic parsing failures in GoogleLoginTest. 2016-09-13 18:13:28 -07:00
test_bugdown.py Move render_markdown() to lib/message.py. 2016-10-04 11:34:53 -07:00
test_decorators.py validate_api_key: Accept the request as an argument. 2016-09-27 21:18:29 -07:00
test_email_mirror.py bug: Fix traceback in get_missed_message_token_from_address(). 2016-09-22 13:41:26 -07:00
test_events.py Move render_markdown() to lib/message.py. 2016-10-04 11:34:53 -07:00
test_export.py Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
test_external.py RateLimitTests: Remove now-unnecessary API key logic. 2016-09-27 14:54:10 -07:00
test_i18n.py tests: Renamed AuthedTestCase to ZulipTestCase. 2016-08-22 19:07:44 -07:00
test_integrations.py Fix EXTERNAL_HOST computations in test_settings.py. 2016-10-05 19:04:55 -07:00
test_management_commands.py Add mypy annotations to various integrations-related functions. 2016-09-11 17:11:25 -07:00
test_messages.py Extract zerver/lib/message.py. 2016-10-04 11:31:20 -07:00
test_narrow.py Extract zerver/lib/message.py. 2016-10-04 11:31:20 -07:00
test_presence.py Remove json/get_active_statuses endpoint. 2016-09-27 14:33:56 -07:00
test_push_notifications.py tests: Add test_push_api(). 2016-09-15 06:39:41 -07:00
test_realm_emoji.py tests: Add coverage for RealmEmoji.__unicode__(). 2016-09-19 14:57:53 -07:00
test_report.py tests: Add test_report.py. 2016-09-16 07:01:40 -07:00
test_signup.py Add new organization type field to Realm objects. 2016-10-05 17:01:46 -07:00
test_subs.py tests: Test Subscription.__unicode__(). 2016-10-04 10:35:43 -07:00
test_templates.py subdomains: Use subdomain host in password reset emails. 2016-08-22 22:39:52 -07:00
test_tutorial.py Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
test_type_debug.py Add automated tests for zerver/lib/type_debug.py. 2016-07-23 14:38:28 -07:00
test_unread.py Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
test_upload.py tests: Test Attachment.__unicode__(). 2016-10-04 10:35:43 -07:00
test_urls.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
tests.py tests: Extract and use assert_max_length test helper. 2016-09-25 15:44:58 -07:00