Example #1
0
 def test_run_script(self):
     echo_path = BashScript(ECHO_PATH_SH, config.tmp_path)
     echo_path.run()
Example #2
0
 def test_run_script(self):
     echo_path = BashScript(ECHO_PATH_SH, config.tmp_path)
     echo_path.run()