Commit Graph

9 Commits

Author SHA1 Message Date
Ben Darnell b07a4c36cc Remove epoll.c from MANIFEST.in 2013-02-13 13:31:02 -05:00
Ben Darnell ef9df4d014 Encourage "python -m tornado.test.runtests" as the way to run the tests.
Remove execute bit from tornado/test/runtests.py, which would unexpectedly
run the tests from a globally-installed version of tornado when run directly.
Add a new runtests.sh to make the recommended behavior more discoverable.
Remove run_pyversion_tests.py, which has been superceded by tox.
Update docs.

Closes #545.
2012-06-24 18:45:27 -07:00
Ben Darnell 489997d18d Fix load_gettext_translations on python 3 2012-06-14 01:41:04 -07:00
Ben Darnell 562d9602de Better ($LANG-independent) fix for csv translation loading on py3. 2012-06-14 01:03:17 -07:00
Ben Darnell 983fb8bae8 Open template files in binary mode (to be decoded as utf8 later)
Text mode in python 3 uses an environment-dependent encoding, so
add a test and run it in both C and utf-8 locales.
2012-04-18 21:29:06 -07:00
Ben Darnell c14931142a Add tests for static file functionality 2011-08-14 14:20:09 -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
Jon Parise 73d3c82bc2 Removing the *.png pattern for the 'demos' line.
Because there aren't any .png files in the 'demos' hierarchy, this was causing
a warning when the 'egg_info' setup command was run.
2011-02-11 17:53:38 -08:00
Bret Taylor 2afa973493 Move Tornado project to Github 2009-09-10 00:50:51 -07:00