micropython/tests/float
Damien George af43565322 tests: Add tests for things that are not already tested.
The aim here is to improve coverage of the code.
2015-03-12 22:48:45 +00:00
..
array_construct.py tests: Separate out test cases that rely on float support to float/ dir. 2015-01-08 15:41:37 +00:00
builtin_float_minmax.py
builtin_float_round.py
bytearray_construct.py tests: Separate out test cases that rely on float support to float/ dir. 2015-01-08 15:41:37 +00:00
bytes_construct.py tests: Separate out test cases that rely on float support to float/ dir. 2015-01-08 15:41:37 +00:00
cmath_fun.py py: Parse big-int/float/imag constants directly in parser. 2015-02-08 01:57:40 +00:00
complex1.py tests: Add tests for builtins: all, any, sum, abs. 2015-03-02 17:21:10 +00:00
float1.py tests: Add tests for things that are not already tested. 2015-03-12 22:48:45 +00:00
float2int.py tests: Update float2int tests for new range classifications 2015-01-24 21:05:16 +00:00
float2int_doubleprec.py tests: Update float2int tests for new range classifications 2015-01-24 21:05:16 +00:00
float_array.py
float_divmod.py
float_divmod_relaxed.py
float_struct.py py: Add support for floats in mp_binary_{get,set}_val() 2015-01-27 22:49:01 +02:00
int_big_float.py tests: Add tests for boundmeth; and bignum cmp, unary, float, error. 2015-03-03 16:45:39 +00:00
int_divzero.py
int_power.py tests: Make float/int_power.py pass on pyboard/single prec float. 2015-01-29 13:56:58 +00:00
list_index.py
math_fun.py lib/libm: Add frexp and modf functions; use in stmhal; add tests. 2015-01-22 13:48:29 +00:00
math_fun_bool.py
math_fun_special.py tests: Skip special math fun tests when math module exists but not funs. 2015-03-03 14:36:59 +00:00
string_format.py
string_format_modulo.py
true_value.py
types.py