zulip/zerver
Tim Abbott cb2c96f736 test_templates: Remove shallow template rendering code.
This code was very useful when first implemented to help catch errors
where our backend templates didn't render, but has been superceded by
the success of our URL coverage testing (which ensures every URL
supported by Zulip's urls.py is accessed by our tests, with a few
exceptions) and other tests covering all of the emails Zulip sends.

It has a significant maintenance cost because it's a bit hacky and
involves generating fake context, so it makes sense to remove these.
Any future coverage issues with templates should be addressed with a
direct test that just accessing the relevant URL or sends the relevant
email.
2020-02-11 18:00:15 -08:00
..
data_import import: Support importing team icon from slack. 2020-02-03 14:09:05 -08:00
lib test_templates: Remove shallow template rendering code. 2020-02-11 18:00:15 -08:00
management rate_limiter: Rename 'all' domain to 'api_by_user'. 2020-02-02 19:15:13 -08:00
migrations auth: Add support for GitLab authentication. 2020-02-11 13:54:17 -08:00
openapi api: Rename subject_links to topic_links. 2020-02-07 14:35:22 -08:00
templatetags openapi: Pass api_url to curl example generation. 2019-08-17 11:35:08 -07:00
tests test_templates: Remove shallow template rendering code. 2020-02-11 18:00:15 -08:00
tornado tornado: Use common code for copying headers. 2020-02-07 16:14:19 -08:00
views messages_for_topic: Use stream.recipient_id for more efficient query. 2020-02-11 17:39:43 -08:00
webhooks webhooks/ansibletower: Update for AWX 9.1.1. 2020-02-02 20:21:03 -08:00
worker slow queries: Use internal_send_stream_message(). 2020-02-11 12:20:54 -08:00
__init__.py
apps.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
context_processors.py login: Make authentication_methods data available to JavaScript. 2020-02-02 20:22:49 -08:00
decorator.py exceptions: Move default json_unauthorized string to response.py. 2020-02-05 15:40:10 -08:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py rate_limiter: Limit the amount of password reset emails to one address. 2020-02-02 19:15:13 -08:00
logging_handlers.py version: Only let `git describe` match tags beginning with a digit. 2019-10-24 14:54:45 -07:00
middleware.py exceptions: RateLimited shouldn't inherit from PermissionDenied. 2020-02-02 19:15:00 -08:00
models.py auth: Add support for GitLab authentication. 2020-02-11 13:54:17 -08:00
signals.py onboarding: Use delivery_email in "new login" notifications. 2019-11-14 12:19:47 -08:00