import imp_unittest, unittest import wtc import wx #--------------------------------------------------------------------------- class helpctrl_Tests(wtc.WidgetTestCase): # TODO: Remove this test and add real ones. def test_helpctrl1(self): self.fail("Unit tests for helpctrl not implemented yet.") #--------------------------------------------------------------------------- if __name__ == '__main__': unittest.main()