Class org.broadinstitute.hellbender.utils.python.PythonScriptExecutorUnitTest
Tests
| Test |
Duration |
Result |
| testExecuteAsCommand |
0.010s |
passed |
| testExecuteAsModule |
0.038s |
passed |
| testExecuteAsRawArgs |
0.009s |
passed |
| testExecuteAsRawArgsAndGetProcessOutput |
0.009s |
passed |
| testExecuteAsRawArgsAndGetProcessOutputWithFailureCode |
0.009s |
passed |
| testExecuteAsRawArgsSerial |
0.018s |
passed |
| testExecuteAsRawArgsWithPythonArguments |
0.010s |
passed |
| testExecuteAsScript |
0.014s |
passed |
| testExecuteAsScriptAndGetProcessOutput |
0.010s |
passed |
| testExecuteAsScriptAndGetProcessOutputWithFailureCode |
0.009s |
passed |
| testExecuteAsScriptWithScriptArguments |
0.010s |
passed |
| testNonExistentScriptException |
0.010s |
passed |
| testNonExistentScriptNoException |
0.010s |
passed |
| testPythonExists |
0.005s |
passed |
Standard error
18:01:25.002 WARN ScriptExecutor -
python exited with 2
Command Line: python /tmp/nonExistentFileHolder5804498005566939564/Nonexistent.py
Stdout:
Stderr: python: can't open file '/tmp/nonExistentFileHolder5804498005566939564/Nonexistent.py': [Errno 2] No such file or directory