Diego Elio Pettenò
|
dd5d7c86d2
|
Fix up end of file and trailing whitespace.
This can be enforced by pre-commit, but correct it separately to make it easier to review.
|
2020-06-03 10:56:35 +01:00 |
Paul Sokolovsky
|
e094200750
|
tests/float/builtin_float_minmax: PEP8 fixes.
|
2017-06-08 17:23:22 +03:00 |
Damien George
|
fde54350a8
|
tests/float: Convert "sys.exit()" to "raise SystemExit".
The latter is shorter and simpler because it doesn't require importing the
sys module.
|
2017-06-08 14:00:57 +10:00 |
Paul Sokolovsky
|
a0cbc108ba
|
tests/float: Make various tests skippable.
|
2017-03-09 00:11:05 +01:00 |
Damien George
|
539681fffd
|
tests: Rename test scripts, changing - to _ for consistency.
From now on, all new tests must use underscore.
Addresses issue #727.
|
2014-07-05 06:14:29 +01:00 |