From 22640a7cc20bb704f55aa218ac6a6ca4a82787cc Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Thu, 19 Feb 2015 22:04:49 -0500 Subject: [PATCH] Rename TestEvent to EventTest. --- tornado/test/locks_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.47.2