( csv )
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 |
|---|---|---|---|---|---|
| ( parse_csv_to_array ) | csv.reader | - | - | - | - |
| ( parse_csv_to_dictionary ) | csv.DictReader | - | - | - | - |
| ( write_csv_from_array ) | csv.writer | - | - | - | - |
| ( write_csv_from_dictionary ) | csv.DictWriter | - | - | - | - |