Kaydet (Commit) 4bd31292 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Make all idle test case names end with 'Test'.

üst fdfb0050
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):
......
......@@ -22,7 +22,7 @@ class Dummy_name_dialog:
orig_mbox = name_dialog_module.tkMessageBox
showerror = Mbox.showerror
class TestConfigName(unittest.TestCase):
class ConfigNameTest(unittest.TestCase):
dialog = Dummy_name_dialog()
@classmethod
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment