Example #1
0
 def test_read_output(self):
     hello_world = BashScript(HELLO_WORLD_SH, config.tmp_path)
     self.assertEqual(hello_world.output(), 'Hello World')
Example #2
0
 def test_read_output(self):
     hello_world = BashScript(HELLO_WORLD_SH, config.tmp_path)
     self.assertEqual(hello_world.output(), 'Hello World')