MCPcopy Create free account
hub / github.com/bugy/script-server / test_prepare_exe

Method test_prepare_exe

src/tests/process_popen_test.py:75–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 self.assertFalse(shell)
74
75 def test_prepare_exe(self):
76 script_path = test_utils.create_file('test.exe')
77 (command, shell) = prepare_cmd_for_win([script_path])
78
79 self.assertEqual([script_path], command)
80 self.assertFalse(shell)
81
82 def test_prepare_simple_py(self):
83 script_path = test_utils.create_file('test.py')

Callers

nothing calls this directly

Calls 1

prepare_cmd_for_winFunction · 0.90

Tested by

no test coverage detected