mirror of https://github.com/zulip/zulip.git
58307f80aa
Historically, queue_json_publish had a special third argument that was basically its default mock behavior in the test suite. We've been migrating away from that model, because it was confusing and resulted in poor test coverage of our queue worker code paths; this was one of the last holdouts. As it turns out, we don't exercise this code path in a way that impacts tests much; the main downside of this change is a likely small penalty to performance of the full test suite when sending private messages. |
||
---|---|---|
.. | ||
__init__.py | ||
application.py | ||
autoreload.py | ||
descriptors.py | ||
event_queue.py | ||
exceptions.py | ||
handlers.py | ||
ioloop_logging.py | ||
socket.py | ||
views.py | ||
websocket_client.py |