zulip/zerver/tornado
Tim Abbott 276b78e952 tornado: Extract AsyncDjangoHandlerBase and mark as nocoverage.
We're never going to add tests for this block, which is fundamentally
well-tested code from Django with a since line changed which is hard
to screw up (long-polling will not work at all without it).  The hope
is to remove it entirely and replace it with a cleaner monkey-patch,
but until then, unit tests for it would be redundant.
2018-05-15 18:39:52 -07:00
..
__init__.py tornado: Move tornado_ioloop_logging to new zerver/tornado tree. 2016-11-26 21:24:05 -08:00
application.py tornado: Mark setup_tornado_rabbitmq for nocoverage. 2018-05-09 20:49:13 -07:00
descriptors.py Mypy: Migrate tornado/descriptors.py to python3 function annotations. 2018-03-15 12:54:43 -07:00
event_queue.py zerver/tornado: Change use of typing.Text to str. 2018-05-12 15:22:38 -07:00
exceptions.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
handlers.py tornado: Extract AsyncDjangoHandlerBase and mark as nocoverage. 2018-05-15 18:39:52 -07:00
ioloop_logging.py tornado: Sort imports in files with no merge conflicts. 2017-11-15 15:53:11 -08:00
socket.py zerver/tornado: Change use of typing.Text to str. 2018-05-12 15:22:38 -07:00
views.py zerver/tornado: Change use of typing.Text to str. 2018-05-12 15:22:38 -07:00
websocket_client.py mypy: Use Python 3 type syntax in zerver/tornado/websocket_client.py. 2017-12-09 16:50:12 -08:00