-
- Downloads
tests/float: Convert "sys.exit()" to "raise SystemExit".
The latter is shorter and simpler because it doesn't require importing the sys module.
Showing
- tests/float/array_construct.py 1 addition, 2 deletionstests/float/array_construct.py
- tests/float/builtin_float_minmax.py 1 addition, 2 deletionstests/float/builtin_float_minmax.py
- tests/float/bytearray_construct.py 1 addition, 2 deletionstests/float/bytearray_construct.py
- tests/float/bytes_construct.py 1 addition, 2 deletionstests/float/bytes_construct.py
- tests/float/cmath_fun.py 1 addition, 2 deletionstests/float/cmath_fun.py
- tests/float/cmath_fun_special.py 1 addition, 2 deletionstests/float/cmath_fun_special.py
- tests/float/float_array.py 1 addition, 2 deletionstests/float/float_array.py
- tests/float/float_struct.py 1 addition, 2 deletionstests/float/float_struct.py
- tests/float/math_fun.py 1 addition, 2 deletionstests/float/math_fun.py
- tests/float/math_fun_bool.py 1 addition, 2 deletionstests/float/math_fun_bool.py
- tests/float/math_fun_int.py 1 addition, 2 deletionstests/float/math_fun_int.py
- tests/float/math_fun_intbig.py 1 addition, 2 deletionstests/float/math_fun_intbig.py
- tests/float/math_fun_special.py 1 addition, 2 deletionstests/float/math_fun_special.py
Please register or sign in to comment