Files
Phoenix/unittests/test_propgridmanager.py
2016-08-31 16:19:08 -07:00

17 lines
473 B
Python

import unittest
from unittests import wtc
import wx
#---------------------------------------------------------------------------
class propgridmanager_Tests(wtc.WidgetTestCase):
# TODO: Remove this test and add real ones.
def test_propgridmanager1(self):
self.fail("Unit tests for propgridmanager not implemented yet.")
#---------------------------------------------------------------------------
if __name__ == '__main__':
unittest.main()