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 a65c868 commit 369bf94Copy full SHA for 369bf94
1 file changed
Lib/idlelib/idle_test/test_query.py
@@ -136,8 +136,8 @@ def test_good_module_name(self):
136
dialog = self.Dummy_ModuleName('idlelib')
137
self.assertTrue(dialog.entry_ok().endswith('__init__.py'))
138
self.assertEqual(dialog.entry_error['text'], '')
139
- dialog = self.Dummy_ModuleName('os.path')
140
- self.assertTrue(dialog.entry_ok().endswith('path.py'))
+ dialog = self.Dummy_ModuleName('idlelib.idle')
+ self.assertTrue(dialog.entry_ok().endswith('idle.py'))
141
142
143
0 commit comments