Files
Phoenix/unittests/test_auibook.py
2016-10-27 18:49:41 -07:00

17 lines
449 B
Python

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