Initial add of richtext modules.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-06-08 23:28:44 +00:00
parent 590c739493
commit ce4424c4ea
5 changed files with 186 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
import imp_unittest, unittest
import wtc
import wx
#---------------------------------------------------------------------------
class richtextbuffer_Tests(wtc.WidgetTestCase):
# TODO: Remove this test and add real ones.
def test_richtextbuffer1(self):
self.fail("Unit tests for richtextbuffer not implemented yet.")
#---------------------------------------------------------------------------
if __name__ == '__main__':
unittest.main()