micropython/tests/float
Damien George 7c88cdda49 tests/float/math_domain.py: Tweak test to also pass with obj-repr-C.
Signed-off-by: Damien George <damien@micropython.org>
2023-09-29 12:02:21 +10:00
..
array_construct.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
builtin_float_abs.py
builtin_float_hash.py
builtin_float_minmax.py
builtin_float_pow.py
builtin_float_round.py
builtin_float_round_intbig.py
bytearray_construct_endian.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
bytes_construct_endian.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
cmath_dunder.py
cmath_fun.py
cmath_fun_special.py
complex1.py
complex1_intbig.py
complex_dunder.py
complex_reverse_op.py
complex_special_methods.py
float1.py
float2int_doubleprec_intbig.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
float2int_fp30_intbig.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
float2int_intbig.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
float_array.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
float_compare.py
float_divmod.py
float_divmod_relaxed.py
float_dunder.py
float_format.py
float_format_ftoe.py
float_format_ftoe.py.exp
float_format_ints.py tests/float/float_format_ints.py: Put power-of-10 test in separate file. 2023-09-29 12:00:15 +10:00
float_format_ints_doubleprec.py
float_format_ints_power10.py tests/float/float_format_ints.py: Put power-of-10 test in separate file. 2023-09-29 12:00:15 +10:00
float_parse.py
float_parse_doubleprec.py
float_struct.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
inf_nan_arith.py
int_big_float.py
int_divzero.py
int_power.py
lexer.py
list_index.py
math_constants.py
math_constants_extra.py
math_domain.py tests/float/math_domain.py: Tweak test to also pass with obj-repr-C. 2023-09-29 12:02:21 +10:00
math_domain_python311.py tests/float: Test domain errors for more combos of args to math funcs. 2023-06-18 12:45:55 +10:00
math_domain_python311.py.exp tests/float: Test domain errors for more combos of args to math funcs. 2023-06-18 12:45:55 +10:00
math_domain_special.py tests/float: Make output of math function tests more readable. 2023-02-16 10:38:38 +11:00
math_dunder.py
math_factorial_intbig.py
math_fun.py tests/float: Make output of math function tests more readable. 2023-02-16 10:38:38 +11:00
math_fun_bool.py
math_fun_int.py
math_fun_intbig.py
math_fun_special.py tests/float: Make output of math function tests more readable. 2023-02-16 10:38:38 +11:00
math_isclose.py
math_isclose.py.exp
python36.py
python36.py.exp
string_format.py
string_format2.py
string_format_fp30.py
string_format_modulo.py
string_format_modulo2.py
string_format_modulo2_intbig.py
string_format_modulo3.py
string_format_modulo3.py.exp
true_value.py
types.py