예제 #1
0
def test_view(windows):
    """Test the FormulaTask view.

    """
    show_and_close_widget(FormulaView(task=FormulaTask(name='Test')))
예제 #2
0
 def setup(self):
     self.root = RootTask(should_stop=Event(), should_pause=Event())
     self.task = FormulaTask(name='Test')
     self.root.add_child_task(0, self.task)