]> git.ipfire.org Git - thirdparty/tornado.git/commit
Run some (synchronous) web.py tests via wsgi too.
authorBen Darnell <ben@bendarnell.com>
Mon, 18 Jun 2012 05:57:23 +0000 (22:57 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 18 Jun 2012 05:57:23 +0000 (22:57 -0700)
commitca378b9c9979dcbe00d2407fed7684006ddfa8bb
treeac5a7c85d7aa6854f3152eaca5c699adc23ef390
parent1924392ae608d123942fec95d33f49b115a60ed1
Run some (synchronous) web.py tests via wsgi too.

There's probably a more principled way to do this, but for now just port
this batch of tests, which would have caught the add_header bug from
the previous commit, and uncovered an encoding problem on python 3.
tornado/test/web_test.py
tornado/test/wsgi_test.py
tornado/wsgi.py