import unittest
import exceptions
import LLazyModel
import LLazyView

#class WidgetMainTestCase(unittest.TestCase):
#    """Unit test for widget Main"""
#    def test_Widget_Main_init(self):
#        """Test Main Widget __init__ function"""
#        w = LLazyView.Widget.Main()
#        self.failIf(w is None, "Instantiation error" )
#
#class WidgetDateTestCase(unittest.TestCase):
#    """Unit test for widget Main"""
#    def test_Widget_Date_init(self):
#        """Test Main Widget __init__ function"""
#        w = LLazyView.Widget.Date()
#        self.failIf(w is None, "Instantiation error" )
#
#class ViewQtTestCase(unittest.TestCase):
#    """Unit test for Qt main widget"""
#    def test_view_qt_widgets(self):
#        """Test Qt date widget"""
#        v = LLazyView.GUIBackends.QtBackend.Application()
#        self.failIf(v is None, "Instantiation error" )
#        v.run()


