mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Make all idle test case names end with 'Test'.
This commit is contained in:
parent
fdfb0050bb
commit
4bd31292c2
2 changed files with 2 additions and 2 deletions
|
@ -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