..
array_construct.py
tests/float: Convert "sys.exit()" to "raise SystemExit".
8 years ago
builtin_float_hash.py
tests/float: Add tests for hashing float and complex numbers.
8 years ago
builtin_float_minmax.py
tests/float/builtin_float_minmax: PEP8 fixes.
8 years ago
builtin_float_round.py
tests/float: Add tests for round() of inf, nan and large number.
8 years ago
builtin_float_round_intbig.py
tests/float: Add tests for round() of inf, nan and large number.
8 years ago
bytearray_construct.py
tests/float: Convert "sys.exit()" to "raise SystemExit".
8 years ago
bytes_construct.py
tests/float: Convert "sys.exit()" to "raise SystemExit".
8 years ago
cmath_fun.py
tests/float: Convert "sys.exit()" to "raise SystemExit".
8 years ago
cmath_fun_special.py
tests/float: Convert "sys.exit()" to "raise SystemExit".
8 years ago
complex1.py
py/objfloat: Support raising a negative number to a fractional power.
7 years ago
complex1_intbig.py
tests/float/complex1: Split out intbig test.
8 years ago
float1.py
py/obj: Fix comparison of float/complex NaN with itself.
7 years ago
float2int_doubleprec_intbig.py
tests/float2int*: Suffix with _intbig, don't run on any other int type.
8 years ago
float2int_fp30_intbig.py
tests/float2int*: Suffix with _intbig, don't run on any other int type.
8 years ago
float2int_intbig.py
tests/float2int*: Suffix with _intbig, don't run on any other int type.
8 years ago
float_array.py
tests/float: Convert "sys.exit()" to "raise SystemExit".
8 years ago
float_compare.py
py/objfloat: Fix binary ops with incompatible objects.
7 years ago
float_divmod.py
py: Fix build error when float disabled; add test for divmod.
10 years ago
float_divmod_relaxed.py
tests: Add a few tests for bool, bytearray, float to improve coverage.
9 years ago
float_struct.py
tests/float: Convert "sys.exit()" to "raise SystemExit".
8 years ago
int_big_float.py
py: Implement raising a big-int to a negative power.
7 years ago
int_divzero.py
tests/float: Add tests for zero to a negative power.
8 years ago
int_power.py
tests: Make float/int_power.py pass on pyboard/single prec float.
10 years ago
list_index.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
math_fun.py
py/modmath: Check for zero division in log with 2 args.
7 years ago
math_fun_bool.py
tests/float: Convert "sys.exit()" to "raise SystemExit".
8 years ago
math_fun_int.py
tests/float: Convert "sys.exit()" to "raise SystemExit".
8 years ago
math_fun_intbig.py
tests/float: Convert "sys.exit()" to "raise SystemExit".
8 years ago
math_fun_special.py
tests/float: Convert "sys.exit()" to "raise SystemExit".
8 years ago
string_format.py
float/string_format: Split large test in 2.
9 years ago
string_format2.py
float/string_format: Split large test in 2.
9 years ago
string_format_fp30.py
test/string_format_fp30: Variant of string_format for 30-bit stuffed float.
9 years ago
string_format_modulo.py
py/formatfloat: Fix number of digits and exponent sign when rounding.
8 years ago
string_format_modulo2.py
tests/string_format_modulo2: Split off intbig test.
8 years ago
string_format_modulo2_intbig.py
tests/string_format_modulo2: Split off intbig test.
8 years ago
string_format_modulo3.py
py/formatfloat: Fix number of digits and exponent sign when rounding.
8 years ago
string_format_modulo3.py.exp
py/formatfloat: Fix number of digits and exponent sign when rounding.
8 years ago
true_value.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
types.py
tests: Split out those tests requiring float and import.
11 years ago