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