aboutsummaryrefslogtreecommitdiff
path: root/tests/float/cmath_fun_special.py
AgeCommit message (Collapse)Author
2017-06-08tests/float: Convert "sys.exit()" to "raise SystemExit".Damien George
The latter is shorter and simpler because it doesn't require importing the sys module.
2016-01-08tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.Damien George