Exemplo n.º 1
0
def test_view(windows):
    """Test the LogTask view.

    """
    show_and_close_widget(LogView(task=LogTask(name='Test')))
Exemplo n.º 2
0
 def setup(self):
     self.root = RootTask(should_stop=Event(), should_pause=Event())
     self.task = LogTask(name='Test')
     self.root.add_child_task(0, self.task)