]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add testing.AsyncSSLTestCase 531/head
authorAlek Storm <alek.storm@gmail.com>
Fri, 8 Jun 2012 03:23:04 +0000 (23:23 -0400)
committerAlek Storm <alek.storm@gmail.com>
Fri, 8 Jun 2012 03:23:04 +0000 (23:23 -0400)
commitdf0998650a715f182beff49c1495d36f9376a81f
tree84fc255caaa918700286ed928156d7d90c0ae5d5
parent0b432be307ae520a2b72845e34446d74da1ccde6
Add testing.AsyncSSLTestCase

Allow subclasses of AsyncHTTPTestCase to provide their own http client
and server implementations.
tornado/test/httpclient_test.py
tornado/test/httpserver_test.py
tornado/testing.py