def test_qtFramework(self):
     '''
     Test the parts that we can. Currently unable to test startApplicaton()
     b/c it would start an event loop which we'd be unable to stop. 
     '''
     ViewFactory.selectFramework("qt", self.model)
     ViewFactory.createResultView()
     ViewFactory.createStatisticView()
 def test_tkinterFramework(self):
     ViewFactory.selectFramework("tkinter", self.model)
     ViewFactory.createResultView()
     ViewFactory.createStatisticView()