summaryrefslogtreecommitdiff
path: root/tests/basics/dict_fromkeys.py
AgeCommit message (Collapse)Author
2017-03-09tests/dict_fromkeys: Split out skippable part.Paul Sokolovsky
2017-02-15tests/dict_fromkeys: Revert to use reversed() to run in native codegen mode.Paul Sokolovsky
2017-02-15tests/basic/[a-f]*: Make skippable.Paul Sokolovsky
For small ports which don't have all features enabled.
2016-11-26tests/basics: Change dict_fromkeys test so it doesn't use generators.Damien George
And then it can run with the native emitter.
2016-11-26tests/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-19Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky