Paul Sokolovsky
|
a2803b74f4
|
tests/basics: Convert "sys.exit()" to "raise SystemExit".
|
2017-06-10 20:03:01 +03:00 |
Paul Sokolovsky
|
83623b2fde
|
tests/basic/[a-f]*: Make skippable.
For small ports which don't have all features enabled.
|
2017-02-15 00:57:56 +03:00 |
Paul Sokolovsky
|
55995869e5
|
tests/builtin_minmax: Make compatible with @native codegen.
|
2015-12-07 19:32:48 +02:00 |
Paul Sokolovsky
|
36c6d2fa7d
|
tests/builtin_minmax: Add testcase for lazy iterable (generator).
|
2015-12-07 18:59:18 +02:00 |
pohmelie
|
e23d5a64cf
|
tests: Add min/max "default" agrument test
|
2015-12-07 18:56:25 +02:00 |
Damien George
|
9dd3640464
|
tests: Add missing tests for builtins, and many other things.
|
2015-04-04 22:05:30 +01:00 |
Damien George
|
7310fd469a
|
py: Consolidate min/max functions into one, and add key= argument.
Addresses issue #811.
|
2014-08-24 19:14:09 +01:00 |
Damien George
|
539681fffd
|
tests: Rename test scripts, changing - to _ for consistency.
From now on, all new tests must use underscore.
Addresses issue #727.
|
2014-07-05 06:14:29 +01:00 |