Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests/dict_fromkeys: Split out skippable part. | Paul Sokolovsky | 2017-03-09 |
| | |||
* | tests/dict_fromkeys: Revert to use reversed() to run in native codegen mode. | Paul Sokolovsky | 2017-02-15 |
| | |||
* | tests/basic/[a-f]*: Make skippable. | Paul Sokolovsky | 2017-02-15 |
| | | | | For small ports which don't have all features enabled. | ||
* | tests/basics: Change dict_fromkeys test so it doesn't use generators. | Damien George | 2016-11-26 |
| | | | | And then it can run with the native emitter. | ||
* | tests/basics: Add test for dict.fromkeys where arg is a generator. | Damien George | 2016-11-26 |
| | | | | | Improves coverage because it tests the case where the arg does not have a __len__ slot. | ||
* | Move tests in basic/tests/ up one level preparating to multiple test dirs. | Paul Sokolovsky | 2014-01-19 |