def except_hook(exc_type, value, tb): dlg = CrashReporter(None, type=exc_type, value=value, traceback=tb) dlg.ShowModal() dlg.Destroy()
def test_constructor(self): reporter = CrashReporter(self.frame) reporter.Destroy()