summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/set_basic.py
Commit message (Collapse)AuthorAge
* tests/basics: Add tests for equality between bool and int/float/complex.Damien George2020-02-11
| | | | | False/True should be implicitly converted to 0/1 when compared with numeric types.
* tests/run-tests: Allow to skip set tests.Paul Sokolovsky2017-01-05
If sets are not enabled, set literals lead to SyntaxError during parsing, so it requires feature_check. Set tests are skipped based on set_*.py pattern.