( run_external_command )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
PHP PHPUnit |
JavaScript Jest |
Powershell pester |
|---|---|---|---|---|---|---|---|---|
| ( get_command_standard_output ) | subprocess.run() | - | - | - | - | shell_exec() | - | - |
| ( get_command_standard_error ) | subprocess.run(.., check=False), stderr | - | - | - | - | proc_open() .. | - | - |
| ( get_command_return_code ) | subprocess.run(.., check=False), returncode | - | - | - | - | exec($output, $status) | - | - |