]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Rename TestEvent to EventTest.
authorA. Jesse Jiryu Davis <jesse@mongodb.com>
Fri, 20 Feb 2015 03:04:49 +0000 (22:04 -0500)
committerA. Jesse Jiryu Davis <jesse@mongodb.com>
Fri, 20 Feb 2015 03:04:49 +0000 (22:04 -0500)
tornado/test/locks_test.py

index d1c9a61d8c3b0363cedd8ef7931246ab89be26aa..aa1f252de87a416407bfcca210ed49afd4a9a4a8 100644 (file)
@@ -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))