]> git.ipfire.org Git - thirdparty/tornado.git/commit
tests: replace remaining assertEquals() with assertEqual()
authorPierce Lopez <pierce.lopez@gmail.com>
Thu, 29 Aug 2019 03:34:54 +0000 (23:34 -0400)
committerPierce Lopez <pierce.lopez@gmail.com>
Sat, 31 Aug 2019 04:16:08 +0000 (00:16 -0400)
commit500adb0d8c7c396433f28b7226333a5156268cd5
tree48b63ee9c9e80e95b718431ecf39bf3a12335e24
parent8e5ecad25ea86d52245a9587fd454613f03c7fb8
tests: replace remaining assertEquals() with assertEqual()

assertEquals() is deprecated, and python3.7/pytest can warn about it
tornado/test/httpserver_test.py
tornado/test/httputil_test.py
tornado/test/simple_httpclient_test.py
tornado/test/web_test.py