mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Merge with 3.3
This commit is contained in:
commit
5bcbdf1548
2 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue