]> git.ipfire.org Git - thirdparty/tornado.git/commit
test: Partially typecheck tests for annotated modules
authorBen Darnell <ben@bendarnell.com>
Sun, 29 Jul 2018 16:44:30 +0000 (12:44 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 11 Aug 2018 15:54:44 +0000 (11:54 -0400)
commitd3e1fb3c7018e40dbf79a394b6f848da52a8273e
tree76e64328b3185f7390fe824bbc0828ba2d1bd180
parentcae64d3a4bc5be4cbb6712e731bd99293be58605
test: Partially typecheck tests for annotated modules

The only type annotations added were those required by mypy. This
found some errors in the original annotations.
setup.cfg
tornado/httputil.py
tornado/test/escape_test.py
tornado/test/httputil_test.py
tornado/test/util_test.py
tornado/util.py