Issue #27312: mock out function that fails when called from setupApp during

IDLE test_macosx and see if addOpenEventSupport() fails.
This commit is contained in:
Terry Jan Reedy 2016-06-17 19:55:46 -04:00
parent ea93ac013d
commit fdb6ef774a
1 changed files with 1 additions and 0 deletions

View File

@ -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