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