summaryrefslogtreecommitdiffstatshomepage
path: root/tests/float/math_fun_intbig.py
Commit message (Collapse)AuthorAge
* tests/float: Convert "sys.exit()" to "raise SystemExit".Damien George2017-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 George2017-03-23
One should test bigint, inf and nan to make sure all cases are covered.