( list_aggregate )
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 |
|---|---|---|---|---|---|
| ( list_max ) | max | - | - | - | - |
| ( list_max_score_from_items ) | max(score for ..) | - | - | - | - |
| ( list_max_item_by_score ) | max(items, key=..) | - | - | - | - |
| ( list_min ) | min | - | - | - | - |
| ( list_sum ) | sum | - | - | - | - |
| ( list_average ) | statistics.mean | - | - | - | - |