]> git.ipfire.org Git - thirdparty/tornado.git/commit
*: Minimally type-annotate remaining tests
authorBen Darnell <ben@bendarnell.com>
Sun, 16 Sep 2018 20:55:56 +0000 (16:55 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 16 Sep 2018 20:55:56 +0000 (16:55 -0400)
commitbc4db0d02cfcbf9ac5eaab17373963df5d42d5ef
treed08153db6363875eed55c7bc066d80b22b7a7c34
parentfe8d406cb803bad7b7686c614af4ed873db8952d
*: Minimally type-annotate remaining tests

Streamline setup.cfg. Includes a few code changes necessary to get
tests typechecking.
13 files changed:
setup.cfg
tornado/httputil.py
tornado/locks.py
tornado/test/httpclient_test.py
tornado/test/locks_test.py
tornado/test/process_test.py
tornado/test/routing_test.py
tornado/test/runtests.py
tornado/test/simple_httpclient_test.py
tornado/test/template_test.py
tornado/test/util.py
tornado/test/web_test.py
tornado/test/websocket_test.py