Exemplo n.º 1
0
 def test_pgrep(self):
     self.assertTrue(list(local.pgrep("python")))
Exemplo n.º 2
0
 def test_pgrep(self):
     self.assertTrue(list(local.pgrep("python")))
Exemplo n.º 3
0
 def test_pgrep(self):
     assert list(local.pgrep("python"))