def test_list_processes(self): self.assertTrue(list(local.list_processes()))
def test_list_processes(self): assert list(local.list_processes())