summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/builtin_minmax.py
Commit message (Expand)AuthorAge
* tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky2017-06-10
* tests/basic/[a-f]*: Make skippable.Paul Sokolovsky2017-02-15
* tests/builtin_minmax: Make compatible with @native codegen.Paul Sokolovsky2015-12-07
* tests/builtin_minmax: Add testcase for lazy iterable (generator).Paul Sokolovsky2015-12-07
* tests: Add min/max "default" agrument testpohmelie2015-12-07
* tests: Add missing tests for builtins, and many other things.Damien George2015-04-04
* py: Consolidate min/max functions into one, and add key= argument.Damien George2014-08-24
* tests: Rename test scripts, changing - to _ for consistency.Damien George2014-07-05