zulip/zerver/tests
Kartik Maji a32167d921 test_events: Sort subscribers list.
The subscribers list is appended to in `peer_add` events with not
regard for preserving the ordering, and ordering isn't really
important here, so it seems best to just sort it in these checks.
2016-06-30 16:52:51 -07:00
..
images Add SetAvatarTest to test_upload.py. 2016-04-20 12:23:22 +05:30
__init__.py Fix missing zerver/tests/__init__.py. 2016-04-11 22:34:22 -07:00
test_auth_backends.py Add get_auth_backends endpoint to API. 2016-06-27 18:30:34 -07:00
test_bugdown.py Add unicode emoji support to bugdown. 2016-06-30 15:48:02 -07:00
test_decorators.py test_helpers: Refactor login test helpers. 2016-06-27 11:50:43 -07:00
test_email_mirror.py Upgrade digest email templates to Jinja2. 2016-05-13 01:01:28 +05:00
test_events.py test_events: Sort subscribers list. 2016-06-30 16:52:51 -07:00
test_external.py zerver/tests/test_helpers.py: Use text_type for api_keys. 2016-06-29 01:50:38 +05:30
test_hooks.py test_hooks: Use send_json_payload for private message tests. 2016-06-30 15:12:03 -07:00
test_i18n.py Add tests for json_error and JsonableError. 2016-06-07 12:41:59 +05:00
test_management_commands.py Unique link generator for realm creation. 2016-06-30 15:52:41 -07:00
test_messages.py test_messages: Fix trying to login as a bot user. 2016-06-27 11:48:39 -07:00
test_narrow.py Split test_narrow.py out of test_messages.py. 2016-06-21 12:25:08 -07:00
test_realm_emoji.py Annotate test_events, test_realm_emoji, test_uploads. 2016-06-04 11:53:20 -07:00
test_signup.py test_helpers: Require that login calls actually succeed. 2016-06-27 11:51:04 -07:00
test_subs.py Fix annotations clashing with Stream model fields. 2016-06-13 20:01:02 +05:30
test_templates.py Annotate much of the rest of zerver/tests. 2016-06-04 11:53:20 -07:00
test_unread.py Annotate much of the rest of zerver/tests. 2016-06-04 11:53:20 -07:00
test_upload.py zerver/lib/upload.py: Fix string types. 2016-06-29 20:43:28 +05:30
test_urls.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
tests.py Annotate zerver/tests/tests.py. 2016-06-16 14:07:34 -07:00