summaryrefslogtreecommitdiff
path: root/tests/float/array_construct.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.
2017-03-09tests/float: Make various tests skippable.Paul Sokolovsky
2015-01-08tests: Separate out test cases that rely on float support to float/ dir.Damien George