zulip/zerver/lib
Tim Abbott 9fcdb6c83a notifications: Use call_consume_in_tests for email sending.
This adds a bit of test coverage with really no downside.
2017-11-26 11:46:07 -08:00
..
bugdown bugdown: Fix handling of nested fenced math blocks. 2017-11-22 12:19:43 -08:00
url_preview zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
webhooks zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
__init__.py
actions.py queue processor tests: Call consume by default. 2017-11-26 11:45:34 -08:00
addressee.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
alert_words.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
attachments.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
avatar.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
avatar_hash.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
bot_config.py embedded bots: Add database config storage. 2017-11-16 23:06:38 -08:00
bot_lib.py bot_lib: Fix storage bug introduced by rebase error. 2017-11-21 21:37:54 -08:00
bot_storage.py embedded bots: Add views to access state. 2017-11-21 21:10:39 -08:00
bulk_create.py bulk_create: Fix buggy logic for generating recipients_by_email. 2017-11-21 21:07:32 -08:00
cache.py zerver/lib: Remove u prefix from strings. 2017-11-03 15:34:37 -07:00
cache_helpers.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
camo.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
ccache.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
context_managers.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
create_user.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
db.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
debug.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
digest.py queue processor tests: Call consume by default. 2017-11-26 11:45:34 -08:00
domains.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
email_mirror.py queue processor tests: Call consume by default. 2017-11-26 11:45:34 -08:00
emoji.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
error_notify.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
events.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
exceptions.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
export.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
feedback.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
fix_unreads.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
generate_test_data.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
hotspots.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
html_diff.py mypy: Remove type: ignores that are unnecessary with new mypy. 2017-11-25 10:06:28 -08:00
i18n.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
initial_password.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
integrations.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
json_encoder_for_html.py mypy: Fix annotations for json_encoder_for_html. 2017-11-22 01:32:46 -08:00
logging_util.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
management.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
mention.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
message.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
migrate.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
mobile_auth_otp.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
name_restrictions.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
narrow.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
notifications.py notifications: Use call_consume_in_tests for email sending. 2017-11-26 11:46:07 -08:00
onboarding.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
outgoing_webhook.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
parallel.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
profile.py mypy: Improve typing to profile.py & remove FuncT from decorator.py. 2017-10-29 17:10:13 -07:00
push_notifications.py Fix push notifications for soft-deactivated users. 2017-11-09 15:52:29 -08:00
queue.py queue processor tests: Call consume by default. 2017-11-26 11:45:34 -08:00
rate_limiter.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
realm_icon.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
redis_utils.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
request.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
request.pyi mypy: Improve typing of request.pyi (REQ). 2017-11-04 20:26:03 -07:00
response.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
rest.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
retention.py zerver/lib: Remove print_function. 2017-09-27 18:05:45 -07:00
send_email.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
sessions.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
soft_deactivation.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
sqlalchemy_utils.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
statistics.py zerver/lib: Text-wrap long lines exceeding 110. 2017-11-15 10:58:03 -08:00
str_utils.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
stream_recipient.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
stream_subscription.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
stream_topic.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
streams.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
subdomains.py Convert EmailAuthBackend and LDAPAuthBackend to accept a realm. 2017-11-21 18:23:50 -08:00
test_classes.py Convert EmailAuthBackend and LDAPAuthBackend to accept a realm. 2017-11-21 18:23:50 -08:00
test_data.source.txt test_data.source.txt: Replace postmodernism generator text with a play. 2017-08-23 13:00:39 -07:00
test_fixtures.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
test_helpers.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
test_runner.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
tex.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
timeout.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
timestamp.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
timezone.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
topic_mutes.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
type_debug.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
unminify.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
upload.py upload: Fix typo in animated GIF error message. 2017-11-24 09:08:38 -08:00
user_agent.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
user_groups.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
users.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
utils.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
validator.py check_short_string: Verify string before checking length. 2017-11-10 16:37:43 -08:00