]> git.ipfire.org Git - thirdparty/tornado.git/commit
Release app references in AsyncHTTPTestCase tearDown method (#2554)
authorTim Jensen <tim.l.jensen@gmail.com>
Sat, 15 Dec 2018 22:24:03 +0000 (16:24 -0600)
committerBen Darnell <ben@bendarnell.com>
Sat, 15 Dec 2018 22:24:03 +0000 (17:24 -0500)
commitaaad182ae6b1a00f20fe3f15c7d454109c42f6ec
tree30df432f395df25f97c2d3659d7f1bb26a5d0203
parent9e4ae9e9cfa64dfbf47573ef3e0996da3234d0b9
Release app references in AsyncHTTPTestCase tearDown method (#2554)

Releasing the application and HTTP server references in tearDown helps
encourage the GC to clean up resources passed through the application
settings.
tornado/test/testing_test.py
tornado/testing.py