zulip/zerver
Mateusz Mandera 8dd95bd057 tests: Replace httpretty with responses.
responses is an module analogous to httpretty for mocking external
URLs, with a very similar interface (potentially cleaner in that it
makes use of context managers).

The most important (in the moment) problem with httpretty is that it
breaks the ability to use redis in parts of code where httpretty is
enabled.  From more research, the module in general has tendency to
have various troublesome bugs with breaking URLs that it shouldn't be
affecting, caused by it working at the socket interface layer.  While
those issues could be fixed, responses seems to be less buggy (based
on both third-party reports like ckan/ckan#4755 and our own experience
in removing workarounds for bugs in httpretty) and is more actively
maintained.
2020-01-22 11:56:15 -08:00
..
data_import slack import: Map Slack guest users to Zulip guests. 2019-11-12 12:12:59 -08:00
lib integrations: Add errbit integration. 2020-01-16 15:33:51 -08:00
management dependencies: Remove WebSockets system for sending messages. 2020-01-14 22:34:00 -08:00
migrations migrations: Fix zulipinternal migration corner case. 2020-01-15 13:59:31 -08:00
openapi realm: Add private_message_policy setting. 2020-01-13 12:20:42 -08:00
templatetags openapi: Pass api_url to curl example generation. 2019-08-17 11:35:08 -07:00
tests tests: Replace httpretty with responses. 2020-01-22 11:56:15 -08:00
tornado dependencies: Remove WebSockets system for sending messages. 2020-01-14 22:34:00 -08:00
views dependencies: Remove WebSockets system for sending messages. 2020-01-14 22:34:00 -08:00
webhooks integrations: Add errbit integration. 2020-01-16 15:33:51 -08:00
worker dependencies: Remove WebSockets system for sending messages. 2020-01-14 22:34:00 -08:00
__init__.py
apps.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
context_processors.py auth: Expand on the external_auth_method abstraction. 2019-12-10 20:16:21 +01:00
decorator.py dependencies: Remove WebSockets system for sending messages. 2020-01-14 22:34:00 -08:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py auth: Use zxcvbn to ensure password strength on server side. 2019-11-21 10:23:37 -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 middleware: Fix exception typing. 2019-07-31 12:23:20 -07:00
models.py populate_db: Fix handling of memcached flushing. 2020-01-13 18:05:21 -08:00
signals.py onboarding: Use delivery_email in "new login" notifications. 2019-11-14 12:19:47 -08:00