Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests/float: Convert "sys.exit()" to "raise SystemExit". | Damien George | 2017-06-08 |
| | | | | | The latter is shorter and simpler because it doesn't require importing the sys module. | ||
* | tests/float: Add tests for math funcs that return ints. | Damien George | 2017-03-23 |
One should test bigint, inf and nan to make sure all cases are covered. |