]> git.ipfire.org Git - thirdparty/tornado.git/commit
Test cleanup.
authorBen Darnell <ben@bendarnell.com>
Wed, 15 Aug 2012 17:38:09 +0000 (10:38 -0700)
committerBen Darnell <ben@bendarnell.com>
Wed, 15 Aug 2012 17:38:09 +0000 (10:38 -0700)
commit2b07385042415601f31392c8c1f189b9584e005f
treef5400c9fc7fd2b35aa1563b2352814f4ec6f7599
parent986f415ec22a33ef6dfa9a59bf8ad85d2ea6a932
Test cleanup.

Listen on 127.0.0.1 to avoid firewall warnings. Move to AsyncHTTPTestCase
to reduce boilerplate.  Close a leaking file descriptor (ResourceWarnings
are still just printing out instead of making the tests fail)
tornado/test/simple_httpclient_test.py