summaryrefslogtreecommitdiff
path: root/tests/float/bytes_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-04-03tests/float/byte*_construct: Skip on missing array module.Paul Sokolovsky
2015-01-08tests: Separate out test cases that rely on float support to float/ dir.Damien George