]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add tests for static file functionality
authorBen Darnell <ben@bendarnell.com>
Sun, 14 Aug 2011 21:20:09 +0000 (14:20 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 14 Aug 2011 21:20:09 +0000 (14:20 -0700)
commitc14931142ae832b0f91425c6bdc9021c8ff235a6
treedfaa6ae31489a6bea0031dace43c40f4d92df31a
parent1882670c5f9dd9be5840e1fac91e3ef98ba1deeb
Add tests for static file functionality
MANIFEST.in
setup.py
tornado/test/static/robots.txt [new file with mode: 0644]
tornado/test/web_test.py