zulip/zerver
Mateusz Mandera 4e8b087c82 rate_limiter: Fix flakiness of tests in test_external.
I noticed RateLimitTests.test_hit_ratelimits fails when run as an
individual test, but never when run after other tests. That's due to the
first API request in a run of tests taking a long time, as detailed in
the comment on the change to the setUp method.
2020-08-24 16:22:04 -07:00
..
data_import python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00
lib settings: Adjust documentation and comment references to settings.py. 2020-08-24 13:13:16 -07:00
management settings: Adjust documentation and comment references to settings.py. 2020-08-24 13:13:16 -07:00
migrations migrations: Fix migration 0283 with orjson. 2020-08-14 11:22:03 -07:00
openapi events: Add op field to update_message_flags events. 2020-08-24 12:42:03 -07:00
templatetags docs: Fix various capitalization errors. 2020-08-11 10:25:52 -07:00
tests rate_limiter: Fix flakiness of tests in test_external. 2020-08-24 16:22:04 -07:00
tornado python: Catch JSONDecodeError instead of ValueError when decoding JSON. 2020-08-12 11:59:59 -07:00
views streams: Allow stream admin to update and deactivate streams. 2020-08-12 17:02:01 -07:00
webhooks github tests: Extract verify_post_is_ignored. 2020-08-24 12:34:46 -07:00
worker python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py auth: Make apple log in and sign up buttons consistent with others. 2020-06-18 13:06:10 -07:00
decorator.py rate_limit: Improve dummy request objects in RateLimitTestCase. 2020-08-24 16:22:04 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py middleware: Make HostDomain into a process_request, not process_response. 2020-08-11 10:37:55 -07:00
logging_handlers.py docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
middleware.py sentry: Ignore all SuspiciousOperation loggers. 2020-08-12 16:08:38 -07:00
models.py streams: Add role field to Subscription objects passed to clients. 2020-08-14 16:33:11 -07:00
signals.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00