( handle_args_with_parser )
凡例
| → | 対応コードあり |
| → | 直接対応していないが代替の書き方あり |
| → | 対応コードなし |
| - | 未確認 |
| ( .. ) | ローカライズまだ |
| Example | Python pytest |
PHP PHPUnit |
Swift Testing |
Csharp xunit |
Bash bats |
Powershell pester |
C++ GoogleTest |
JavaScript Jest |
Kotlin jUnit |
|---|---|---|---|---|---|---|---|---|---|
| ( parse_args_overview ) | use argparse | - | - | - | implement with while, case, shift | - | - | - | - |
| ( parse_positional_args ) | → | - | - | - | - | - | - | - | - |
| ( parse_positional_args_variant ) | nargs | - | - | - | - | - | - | - | - |
| ( parse_optional_args ) | → | - | - | - | - | - | - | - | - |
| ( candidate_values ) | choices= | - | - | - | - | - | - | - | - |
| ( custom_error ) | parser.error() | - | - | - | - | - | - | - | - |
| ( example_switch_input_stdin_or_file ) | → | - | - | - | - | - | - | - | - |