mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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:
parent
ea93ac013d
commit
fdb6ef774a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue