Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
2017-02-15 | tests/basic/[a-f]*: Make skippable. | Paul Sokolovsky | |
For small ports which don't have all features enabled. | |||
2015-12-07 | tests/builtin_minmax: Make compatible with @native codegen. | Paul Sokolovsky | |
2015-12-07 | tests/builtin_minmax: Add testcase for lazy iterable (generator). | Paul Sokolovsky | |
2015-12-07 | tests: Add min/max "default" agrument test | pohmelie | |
2015-04-04 | tests: Add missing tests for builtins, and many other things. | Damien George | |
2014-08-24 | py: Consolidate min/max functions into one, and add key= argument. | Damien George | |
Addresses issue #811. | |||
2014-07-05 | tests: Rename test scripts, changing - to _ for consistency. | Damien George | |
From now on, all new tests must use underscore. Addresses issue #727. |