summaryrefslogtreecommitdiff
path: root/tests/basics/list1.py
AgeCommit message (Expand)Author
2019-10-29tests/basics: Split out specific slice tests to separate files.Damien George
2016-08-15tests/basics: Add more list tests to improve coverage testing.Damien George
2014-04-17tests: Split out those tests requiring float and import.Damien George
2014-04-13objlist: Make .extend accept arbitrary iterable.Paul Sokolovsky
2014-04-01tests: Add test for implicit float to int conversion (not allowed!)Paul Sokolovsky
2014-02-02Implement slicing for lists.Paul Sokolovsky
2014-01-19Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky