aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/set_difference.py
AgeCommit message (Collapse)Author
2016-09-28tests/basics: Add test for set.difference_update with arg being itself.Damien George
2014-04-07Modify set tests to print sorted sets directlyAndrew Scheller
instead of creating temporary lists and sorting those in-place
2014-01-19Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky