Files
Phoenix/unittests/test_richtextsymboldlg.py
Robin Dunn 7d36253d08 Add even more richtext modules
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-08 23:34:27 +00:00

17 lines
478 B
Python

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