]> git.ipfire.org Git - thirdparty/tornado.git/commit
AsyncHTTPTestCase: bind the server port earlier so it's available
authorBen Darnell <ben@bendarnell.com>
Sun, 30 Sep 2012 19:00:10 +0000 (12:00 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 30 Sep 2012 19:00:10 +0000 (12:00 -0700)
commitfe0182da5542d49d2edf4c7dedc4a38d962c0772
tree6cca392842cda0011af42a985d90ef14a6883cd6
parent3747af59cb82bdfa71b2c0041fc0d6fc4d8df2b4
AsyncHTTPTestCase: bind the server port earlier so it's available
in user-overridable methods like get_app.
tornado/testing.py