( list_aggregate )

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