]> git.ipfire.org Git - thirdparty/tornado.git/commit
Cleanup Subprocess when tearing down AsyncTestCase 1246/head
authorHeewa Barfchin <heewa.b@gmail.com>
Sat, 8 Nov 2014 19:40:51 +0000 (14:40 -0500)
committerHeewa Barfchin <heewa.b@gmail.com>
Sat, 8 Nov 2014 19:43:49 +0000 (14:43 -0500)
commit21227fff6eba0a7b06c9e8c1c09c5250517e8514
treebc07886aefb6783b7e15e15075df5fe18350eff1
parent150289502d2c7ea18bef6b5122cb0de7b37402a1
Cleanup Subprocess when tearing down AsyncTestCase

Since an ioloop is created and destroyed between a test's `setUp` and
`tearDown`, and Subprocess holds on to an ioloop until `uninitialize`,
this allows the next test case to use Subprocess correctly.
tornado/testing.py