diff options
Diffstat (limited to 'Lib/idlelib')
| -rw-r--r-- | Lib/idlelib/idle_test/test_macosx.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/idle_test/test_macosx.py b/Lib/idlelib/idle_test/test_macosx.py index d7f8f5d..189dc48 100644 --- a/Lib/idlelib/idle_test/test_macosx.py +++ b/Lib/idlelib/idle_test/test_macosx.py @@ -83,6 +83,7 @@ class SetupTest(unittest.TestCase): cls.root.destroy() del cls.root + @mock.patch('idlelib.macosx.overrideRootMenu') #27312 def test_setupapp(self): "Call setupApp with each possible graphics type." root = self.root |
