]> git.ipfire.org Git - thirdparty/tornado.git/commit
testing: Add raise_error argument to AsyncHTTPTestCase.fetch
authorBen Darnell <ben@bendarnell.com>
Sun, 8 Apr 2018 15:39:14 +0000 (11:39 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 8 Apr 2018 19:25:21 +0000 (15:25 -0400)
commit25294e405fc134ad76982961af6c8a53e4435af3
treeb9df81b079b8400f6a52140a5c7ebb4f54c12f5f
parent00eb8632aedb6bf56a416ca28dfcb34b5d360e51
testing: Add raise_error argument to AsyncHTTPTestCase.fetch

Give it the same deprecation behavior as AsyncHTTPClient.fetch
tornado/test/curl_httpclient_test.py
tornado/test/httpclient_test.py
tornado/test/httpserver_test.py
tornado/test/simple_httpclient_test.py
tornado/test/testing_test.py
tornado/test/web_test.py
tornado/testing.py