zulip/zerver
Tim Abbott 8dc82f97c7 python: Wrap long def lines in test files.
We don't have our linter checking test files due to ultra-long strings
that are often present in test output that we verify.  But it's worth
at least cleaning out all the ultra-long def lines.
2017-11-16 22:00:53 -08:00
..
fixtures docs: Update links to ReadTheDocs to always use https. 2017-11-16 10:59:24 -08:00
lib tests: Add test for default stream group signup flow. 2017-11-16 21:17:31 -08:00
management management: Add option to set description of default stream groups. 2017-11-15 17:06:43 -08:00
migrations settings: Add backend storage and interface for night mode. 2017-11-15 16:36:06 -08:00
templatetags python: Sort imports in zerver/templatetags. 2017-11-15 15:49:39 -08:00
tests python: Wrap long def lines in test files. 2017-11-16 22:00:53 -08:00
tornado docs: Update links from codebase to point to ReadTheDocs. 2017-11-16 10:53:49 -08:00
views api: Add new endpoint for reactions. 2017-11-16 20:52:15 -08:00
webhooks python: Sort imports in webhooks. 2017-11-15 15:43:10 -08:00
worker docs: Update links to ReadTheDocs to always use https. 2017-11-16 10:59:24 -08:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py python: Sort imports in easy files in zerver/. 2017-11-15 15:50:28 -08:00
context_processors.py settings: Remove ABOUT_LINK_DISABLED. 2017-11-16 21:15:24 -08:00
decorator.py Don't use force_bytes() in decorator.py. 2017-11-09 10:43:19 -08:00
filters.py python: Sort imports in easy files in zerver/. 2017-11-15 15:50:28 -08:00
forms.py refactor: Replace super(.*self) with Python 3-specific super(). 2017-10-30 14:30:25 -07:00
logging_handlers.py docs: Update links from codebase to point to ReadTheDocs. 2017-11-16 10:53:49 -08:00
middleware.py python: Sort imports in easy files in zerver/. 2017-11-15 15:50:28 -08:00
models.py settings: Add backend storage and interface for night mode. 2017-11-15 16:36:06 -08:00
signals.py python: Sort imports in easy files in zerver/. 2017-11-15 15:50:28 -08:00
static_header.txt
storage.py docs: Update links from codebase to point to ReadTheDocs. 2017-11-16 10:53:49 -08:00