コード例 #1
0
ファイル: testing.py プロジェクト: enthought/qt_binder
 def tearDown(self):
     pop_exception_handler()
     GuiTestAssistant.tearDown(self)
コード例 #2
0
 def tearDown(self):
     del self.dialog
     GuiTestAssistant.tearDown(self)
コード例 #3
0
 def tearDown(self):
     self.app.exit()
     GuiTestAssistant.tearDown(self)
コード例 #4
0
ファイル: testing.py プロジェクト: Qt-Widgets/qt_binder
 def tearDown(self):
     pop_exception_handler()
     GuiTestAssistant.tearDown(self)