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. | |||
2015-08-29 | tests: Add a few tests for bool, bytearray, float to improve coverage. | Damien George | |
2015-03-25 | tests: Add tests for SyntaxError, TypeError, and other missing things. | Damien George | |
This is intended to improve coverage of the test suite. |