From: A. Jesse Jiryu Davis Date: Fri, 20 Feb 2015 03:04:49 +0000 (-0500) Subject: Rename TestEvent to EventTest. X-Git-Tag: v4.2.0b1~98^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22640a7cc20bb704f55aa218ac6a6ca4a82787cc;p=thirdparty%2Ftornado.git Rename TestEvent to EventTest. --- diff --git a/tornado/test/locks_test.py b/tornado/test/locks_test.py index d1c9a61d8..aa1f252de 100644 --- a/tornado/test/locks_test.py +++ b/tornado/test/locks_test.py @@ -169,7 +169,7 @@ class ConditionTest(AsyncTestCase): self.assertTrue(future.done()) -class TestEvent(AsyncTestCase): +class EventTest(AsyncTestCase): def test_str(self): event = locks.Event() self.assertTrue('clear' in str(event))