Exemplo n.º 1
0
 def test_execute(self):
     test_ctrl = file_controller().create_test('A test')
     dlg = TestCaseNameDialog(test_ctrl, item=test_ctrl.data)
     wx.CallAfter(dlg.EndModal, wx.ID_YES)
     assert_equal(dlg.execute(), None)