( run_external_command )

凡例
対応コードあり
直接対応していないが代替の書き方あり
対応コードなし
-未確認
( .. )ローカライズまだ
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) - -