summaryrefslogtreecommitdiff
path: root/tests/basics/dict_fromkeys.py
AgeCommit message (Expand)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
2016-11-26tests/basics: Change dict_fromkeys test so it doesn't use generators.Damien George
2016-11-26tests/basics: Add test for dict.fromkeys where arg is a generator.Damien George
2014-01-19Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky