Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfb005 commit 4bd3129Copy full SHA for 4bd3129
2 files changed
Lib/idlelib/idle_test/test_calltips.py
@@ -1,7 +1,7 @@
1
import unittest
2
import idlelib.CallTips as ct
3
4
-class Test_get_entity(unittest.TestCase):
+class Get_entityTest(unittest.TestCase):
5
def test_bad_entity(self):
6
self.assertIsNone(ct.get_entity('1/0'))
7
def test_good_entity(self):
Lib/idlelib/idle_test/test_config_name.py
@@ -22,7 +22,7 @@ def destroy(self):
22
orig_mbox = name_dialog_module.tkMessageBox
23
showerror = Mbox.showerror
24
25
-class TestConfigName(unittest.TestCase):
+class ConfigNameTest(unittest.TestCase):
26
dialog = Dummy_name_dialog()
27
28
@classmethod
0 commit comments