Ben Darnell
af940f4e0b
Major update to tornado.platform.twisted.
...
Significantly improved compatibility (most important changes are in
TornadoReactor._invoke_callback) and expanded test coverage.
2012-01-16 23:30:41 -08:00
Ben Darnell
98f77972ae
Make it possible to run the test suite with --httpclient=CurlAsyncHTTPClient
2012-01-08 13:49:30 -08:00
Ben Darnell
52c83a4133
Our tests don't work with the recently-released Twisted 11.1.0, so pin
...
the tests to 11.0.0 until we figure out what's going on.
2011-11-30 23:00:12 -08:00
Ben Darnell
970b43bddf
Add configs for testing on Vagrant-managed VMs.
2011-10-07 01:08:14 -07:00
Ben Darnell
1a6dd4c0c9
Reorder tox environments so the most important/likely-to-fail ones run first.
2011-09-10 15:15:31 -07:00
Ben Darnell
225bf2ac1d
Remove tox config for pypy with mysql.
...
The module builds on pypy, but doesn't work (and having it loaded causes
non-deterministic failures in the process-related tests)
2011-08-14 09:53:55 -07:00
Ben Darnell
677c987ad9
Test that tornado.database is at least importable on all supported pythons.
...
Fix a problem preventing import on pypy (but apparently there are still other
issues with running MySQLdb on pypy, so the module will not actually work yet).
2011-08-02 23:26:50 -07:00
Ben Darnell
f376841b2c
Add a config file to run tornado tests under multiple python versions with tox.
...
Also fix a setup.py problem that was leaving files out of the sdist output.
2011-07-17 16:52:56 -07:00