Class org.broadinstitute.hellbender.utils.python.PythonScriptExecutorUnitTest
Tests
| Test |
Duration |
Result |
| testExecuteAsCommand |
0.013s |
passed |
| testExecuteAsModule |
0.063s |
passed |
| testExecuteAsRawArgs |
0.013s |
passed |
| testExecuteAsRawArgsAndGetProcessOutput |
0.012s |
passed |
| testExecuteAsRawArgsAndGetProcessOutputWithFailureCode |
0.012s |
passed |
| testExecuteAsRawArgsSerial |
0.025s |
passed |
| testExecuteAsRawArgsWithPythonArguments |
0.015s |
passed |
| testExecuteAsScript |
0.019s |
passed |
| testExecuteAsScriptAndGetProcessOutput |
0.013s |
passed |
| testExecuteAsScriptAndGetProcessOutputWithFailureCode |
0.013s |
passed |
| testExecuteAsScriptWithScriptArguments |
0.017s |
passed |
| testNonExistentScriptException |
0.014s |
passed |
| testNonExistentScriptNoException |
0.013s |
passed |
| testPythonExists |
0.006s |
passed |
Standard error
18:10:36.353 WARN ScriptExecutor -
python exited with 2
Command Line: python /tmp/nonExistentFileHolder9736895488361130302/Nonexistent.py
Stdout:
Stderr: python: can't open file '/tmp/nonExistentFileHolder9736895488361130302/Nonexistent.py': [Errno 2] No such file or directory