aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/list_compare.py
AgeCommit message (Collapse)Author
2017-09-07py/objlist: Properly implement comparison with incompatible types.Paul Sokolovsky
Should raise TypeError, unless it's (in)equality comparison.
2014-01-19Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky