zulip/zerver/tests
Rishi Gupta 2b0a7fd0ba Rename models.get_realm_by_string_id to get_realm.
Finishes the refactoring started in c1bbd8d. The goal of the refactoring is
to change the argument to get_realm from a Realm.domain to a
Realm.string_id. The steps were

* Add a new function, get_realm_by_string_id.

* Change all calls to get_realm to use get_realm_by_string_id instead.

* Remove get_realm.

* (This commit) Rename get_realm_by_string_id to get_realm.

Part of a larger migration to remove the Realm.domain field entirely.
2017-01-04 17:12:23 -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 integrations: Add webhook code, API endpoint, and tests for solano labs. 2017-01-03 20:18:34 -08:00
__init__.py Fix missing zerver/tests/__init__.py. 2016-04-11 22:34:22 -07:00
test_alert_words.py Removed json/update_message 2016-12-24 10:08:22 -08:00
test_auth_backends.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
test_bugdown.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
test_decorators.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
test_email_mirror.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
test_events.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
test_export.py pep8: Fix E303 violations. 2016-12-02 15:34:11 -08:00
test_external.py tests: s/assertEquals/assertEqual/ due to deprecation. 2016-12-15 17:02:03 -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 Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
test_messages.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
test_narrow.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
test_presence.py pep8: Fix E303 violations. 2016-12-02 15:34:11 -08:00
test_push_notifications.py Shift to python-gcm for Android push notifications. 2016-12-15 12:17:07 -08:00
test_reactions.py tests: s/assertEquals/assertEqual/ due to deprecation. 2016-12-15 17:02:03 -08:00
test_realm_emoji.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
test_realm_filters.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -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 Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
test_subs.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
test_templates.py Add Find My Team feature. 2017-01-03 21:33:42 -08:00
test_tornado.py Change X.realm.id to X.realm_id across codebase. 2017-01-03 16:46:26 -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 Clean PUT /users/me/pointer to POST /users/me/pointer. 2017-01-03 15:43:11 -08:00
test_upload.py Removed json/update_message 2016-12-24 10:08:22 -08:00
test_urls.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
tests.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00