tornado/maint/test
Ben Darnell 4b6fc9cb9f Fix Tornado on Google App Engine.
Imports of tornado.ioloop have crept into more places, so the old
app engine policy of never importing these modules doesn't work.
Instead, we add guards around imports of unavailable modules
(fcntl, ssl, multiprocessing) so that everything is at least importable.

Closes #1059.
2014-05-17 10:56:35 -04:00
..
appengine Fix Tornado on Google App Engine. 2014-05-17 10:56:35 -04:00
pyuv Update pyuv test for latest version of pyuv and tornado-pyuv 2013-04-04 22:30:52 -04:00
redbot Update redbot tests to work with current versions of redbot. 2013-05-18 19:58:18 -04:00
websocket Stop overriding _execute in WebSocketHandler; use get() instead. 2014-03-16 23:29:50 -04:00
README Add websocket conformance tests using autobahn 2011-12-30 12:53:11 -08:00

README

This directory contains additional tests that are not included in the main
suite (because e.g. they have extra dependencies, run slowly, or produce
more output than a simple pass/fail)