Skipping this test, because when the ToasterBox instance (tb) goes out of

scope, the following exception is raised:

RuntimeError: super-class __init__() of type ToasterBox was never called
This commit is contained in:
James Wettenhall
2017-03-23 22:00:30 +11:00
parent 15eca0a399
commit 79bd87a0e4

View File

@@ -8,6 +8,12 @@ import wx.lib.agw.toasterbox as TB
class lib_agw_toasterbox_Tests(wtc.WidgetTestCase):
@unittest.skip(
"Skipping because the attempt to destroy the ToasterBox (tb) "
"instance as it goes out of scope gives: "
""
" RuntimeError: super-class __init__() of type ToasterBox "
" was never called")
def test_lib_agw_toasterboxCtor(self):
windowstyle = TB.TB_CAPTION
tbstyle = TB.TB_COMPLEX