( standard_input )
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 |
|---|---|---|---|---|---|
| ( accept_pipe_input_and_process_lines_one_by_one ) | for line in sys.stdin: .. | - | - | - | - |
| ( accept_keyboard_input ) | input() | - | - | - | read -r |
| ( exsample_ask_yes_no ) | → | - | - | - | - |
| ( process_csv_lines:_accept_pipe_input_and_process_lines_one_by_one ) | - | - | - | - | while read |
| ( example_ask_yes_no ) | - | - | - | - | → |