Show and Destroy the test dialogs on Macs, yield after update, and more test fixes

This commit is contained in:
Robin Dunn
2019-10-23 18:34:41 -07:00
parent c284a0a92a
commit 7f2e86a72c
3 changed files with 8 additions and 1 deletions

View File

@@ -20,6 +20,10 @@ class dialog_Tests(wtc.WidgetTestCase):
dlg.Destroy()
self.assertTrue(val == wx.ID_OK)
self.myYield()
else:
dlg.Show()
dlg.Destroy()
self.myYield()
def test_dialogDefaultCtor(self):