summaryrefslogtreecommitdiff
path: root/tests/basics/set_binop.py
AgeCommit message (Collapse)Author
2017-02-02tests/basics/set_binop: Add tests for inplace set operations.Damien George
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2014-04-07Modify set tests to print sorted sets directlyAndrew Scheller
instead of creating temporary lists and sorting those in-place
2014-04-07tests: Fix more tests which depend on order of elements in set.Paul Sokolovsky
2014-01-19Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky