zulip/zerver
Harsh Srivastava 9b31df009b openapi: Fix excessively large test_events failure output.
Because of the very large `oneOf` clause of the formats of events
possible in Zulip's `GET /events` system, we had issues with
`test-backend` failures for missing documentation for a new event
format being like 1000 lines of output, which was very much unhelpful.

Fix this by limiting the output use only the oneOf variants that are
broadly similar to the actual payload received.

Fixes #16023.
2020-10-23 17:00:17 -07:00
..
data_import docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
lib docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
management docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
migrations docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
openapi openapi: Fix excessively large test_events failure output. 2020-10-23 17:00:17 -07:00
templatetags python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
tests openapi: Fix excessively large test_events failure output. 2020-10-23 17:00:17 -07:00
tornado docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
views docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
webhooks docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
worker queue_processors: Don't run test queues with run-dev.py. 2020-10-18 14:07:31 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py i18n: Don't include email tags in translation strings. 2020-09-25 15:53:26 -07:00
decorator.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py forms: Convert percent formatting to "".format. 2020-10-19 11:54:14 -07:00
logging_handlers.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
middleware.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
models.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
signals.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00