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