summaryrefslogtreecommitdiff
path: root/tests/basics/set_add.py
AgeCommit message (Collapse)Author
2020-02-11tests/basics: Add tests for equality between bool and int/float/complex.Damien George
False/True should be implicitly converted to 0/1 when compared with numeric types.
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