Files
Phoenix/unittests/test_htmlwinpars.py
2012-11-01 22:50:47 +00:00

17 lines
460 B
Python

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