zulip/zerver
Greg Price 8be2dfa81c APNs: Fix a case I broke while working out tests.
I got distracted, came back later to a successful test run in my
terminal, and thought I remembered finishing the change and just
kicking off a final test run to check.

In fact, there was an `assert False` right in the normal case for
production, and I just hadn't finished a test for that path. (m.-)
Definitely the most grateful I've been for our coverage checks,
which highlighted this for me.

Remove the `assert False`, and also finish writing the test it was
there to help me write.  Those lines are covered now.
2018-02-09 18:28:16 -08:00
..
fixtures slack importer: Test import in existing database with fixtures. 2018-02-09 12:17:10 -08:00
lib APNs: Fix a case I broke while working out tests. 2018-02-09 18:28:16 -08:00
management slack importer: Fix output_dir path and remove sys.exit(0). 2018-02-09 12:17:10 -08:00
migrations migrations: Fix mypy error in placeholder migration. 2018-02-05 18:03:07 -08:00
templatetags render_markdown_path: Use limited caching. 2018-02-09 18:14:17 -08:00
tests APNs: Fix a case I broke while working out tests. 2018-02-09 18:28:16 -08:00
tornado zerver/tornado: Remove u prefix from strings. 2018-02-05 12:11:33 -08:00
views Set add_bot_backend() config_data param default to {}. 2018-02-09 12:30:24 -08:00
webhooks webhooks/beeminder/doc.md: Use better macros. 2018-02-09 11:53:32 -08:00
worker zerver/worker: Remove u prefix from strings. 2018-02-05 12:12:58 -08:00
__init__.py
apps.py zerver: Use Python 3 syntax for typing. 2017-11-28 16:49:36 -08:00
context_processors.py integrations/email: Render settings.EMAIL_GATEWAY_EXAMPLE correctly. 2018-01-22 18:05:20 -05:00
decorator.py decorators: Fix email check in access_user_by_api_key case insensitive. 2018-01-23 10:04:03 -08:00
filters.py zerver: Use Python 3 syntax for typing. 2017-11-28 16:49:36 -08:00
forms.py django-2.0: Pass string to reverse. 2018-01-31 12:07:36 -08:00
logging_handlers.py Fix mypy error in AdminNotifyHandler.emit(). 2017-12-22 15:02:18 -05:00
middleware.py mypy: Use Python 3 type syntax in zerver/middleware.py. 2017-12-11 18:43:24 -08:00
models.py settings: Added setting to turn on and off realm name in email subject. 2018-02-05 18:01:54 -08:00
signals.py emails: Fix notify_new_login emails have unserializable context. 2017-12-22 16:34:18 -05:00
static_header.txt
storage.py mypy: Improve typing for ManifestStaticFilesStorage monkeypatch. 2017-12-08 19:00:18 -08:00