Kaydet (Commit) fdb6ef77 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

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

IDLE test_macosx and see if addOpenEventSupport() fails.
üst ea93ac01
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment