]> git.ipfire.org Git - thirdparty/tornado.git/commit
Replace our hacky homegrown test skipping with unittest.skip.
authorBen Darnell <ben@bendarnell.com>
Thu, 30 Aug 2012 23:44:42 +0000 (19:44 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 30 Aug 2012 23:46:33 +0000 (19:46 -0400)
commite1a0aea3856f411b237b4f4ed36b0032d355e02c
tree846b63aa09688aaedc14d7181ba9c94c98f97204
parent4e91f6720b97ad8c294552b88410b0ed689c0768
Replace our hacky homegrown test skipping with unittest.skip.

Add a test runner that makes the output for skipped tests more informative.
tornado/test/curl_httpclient_test.py
tornado/test/httpserver_test.py
tornado/test/iostream_test.py
tornado/test/process_test.py
tornado/test/runtests.py
tornado/test/simple_httpclient_test.py
tornado/test/twisted_test.py
tornado/test/wsgi_test.py