Files
Phoenix/unittests/test_debug.py
2012-12-22 08:01:37 +00:00

17 lines
442 B
Python

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