Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-11 | tests/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. | |||
2017-01-05 | tests/run-tests: Allow to skip set tests. | Paul Sokolovsky | |
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. |