summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_calltips.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-07-30 05:36:48 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-07-30 05:36:48 (GMT)
commit4bd31292c2a40b8a5e2d1a985322c8b96ca3af76 (patch)
tree371c114abdff9e81f7e676f6c726c317b4df35fe /Lib/idlelib/idle_test/test_calltips.py
parentfdfb0050bb4e79724da052e06bab1c875076832a (diff)
downloadcpython-4bd31292c2a40b8a5e2d1a985322c8b96ca3af76.zip
cpython-4bd31292c2a40b8a5e2d1a985322c8b96ca3af76.tar.gz
cpython-4bd31292c2a40b8a5e2d1a985322c8b96ca3af76.tar.bz2
Make all idle test case names end with 'Test'.
Diffstat (limited to 'Lib/idlelib/idle_test/test_calltips.py')
-rw-r--r--Lib/idlelib/idle_test/test_calltips.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/test_calltips.py b/Lib/idlelib/idle_test/test_calltips.py
index a956967..ed28a21 100644
--- a/Lib/idlelib/idle_test/test_calltips.py
+++ b/Lib/idlelib/idle_test/test_calltips.py
@@ -1,7 +1,7 @@
import unittest
import idlelib.CallTips as ct
-class Test_get_entity(unittest.TestCase):
+class Get_entityTest(unittest.TestCase):
def test_bad_entity(self):
self.assertIsNone(ct.get_entity('1/0'))
def test_good_entity(self):