]> git.ipfire.org Git - thirdparty/tornado.git/commit
Make AsyncTestCase call tearDown in super class. 232/head
authorBrian Beach <coder@beachfamily.net>
Mon, 14 Mar 2011 15:34:19 +0000 (11:34 -0400)
committerBrian Beach <coder@beachfamily.net>
Mon, 14 Mar 2011 15:34:19 +0000 (11:34 -0400)
commit6f0a8a752d03ea20057ac57d958825de688c6555
treeb8459ee045e30fb42d439ed0cd15db1a5fbdd838
parent6923539ba6937c523d3eb3690e41297f0bd0227b
Make AsyncTestCase call tearDown in super class.

The setUp method was calling super, but tearDown wasn't.  Now they
both are.

This change includes a new unit test case to verify the fix.
tornado/test/testing_test.py
tornado/testing.py