Exemplo n.º 1
0
 def test_run_stdout(self):
     n = Node('localhost', {})
     r = n.run("echo -n 47")
     self.assertEqual(r.stdout, "47")