.. |
array_construct.py
|
tests/float: Make various tests skippable.
|
2017-03-09 00:11:05 +01:00 |
builtin_float_hash.py
|
tests/float: Add tests for hashing float and complex numbers.
|
2017-04-04 12:14:34 +10:00 |
builtin_float_minmax.py
|
tests/float: Make various tests skippable.
|
2017-03-09 00:11:05 +01:00 |
builtin_float_round.py
|
tests/float: Add tests for round() of inf, nan and large number.
|
2017-03-24 11:00:45 +11:00 |
builtin_float_round_intbig.py
|
tests/float: Add tests for round() of inf, nan and large number.
|
2017-03-24 11:00:45 +11:00 |
bytearray_construct.py
|
tests/float/byte*_construct: Skip on missing array module.
|
2017-04-03 00:17:43 +03:00 |
bytes_construct.py
|
tests/float/byte*_construct: Skip on missing array module.
|
2017-04-03 00:17:43 +03:00 |
cmath_fun.py
|
tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.
|
2016-01-08 14:27:21 +00:00 |
cmath_fun_special.py
|
tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.
|
2016-01-08 14:27:21 +00:00 |
complex1.py
|
tests/float: Add tests for hashing float and complex numbers.
|
2017-04-04 12:14:34 +10:00 |
complex1_intbig.py
|
tests/float/complex1: Split out intbig test.
|
2017-03-06 15:46:01 +01:00 |
float1.py
|
tests/float: Add tests for zero to a negative power.
|
2017-02-03 00:04:13 +11:00 |
float2int_doubleprec_intbig.py
|
tests/float2int*: Suffix with _intbig, don't run on any other int type.
|
2017-03-06 16:30:12 +01:00 |
float2int_fp30_intbig.py
|
tests/float2int*: Suffix with _intbig, don't run on any other int type.
|
2017-03-06 16:30:12 +01:00 |
float2int_intbig.py
|
tests/float2int*: Suffix with _intbig, don't run on any other int type.
|
2017-03-06 16:30:12 +01:00 |
float_array.py
|
tests/float: Make various tests skippable.
|
2017-03-09 00:11:05 +01:00 |
float_divmod.py
|
py: Fix build error when float disabled; add test for divmod.
|
2014-09-13 19:58:18 +01:00 |
float_divmod_relaxed.py
|
tests: Add a few tests for bool, bytearray, float to improve coverage.
|
2015-08-29 23:13:28 +01:00 |
float_struct.py
|
tests/float: Make various tests skippable.
|
2017-03-09 00:11:05 +01:00 |
int_big_float.py
|
py: Catch all cases of integer (big and small) division by zero.
|
2015-10-01 22:48:48 +01:00 |
int_divzero.py
|
tests/float: Add tests for zero to a negative power.
|
2017-02-03 00:04:13 +11:00 |
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
|
tests: Rename test scripts, changing - to _ for consistency.
|
2014-07-05 06:14:29 +01:00 |
math_fun.py
|
tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.
|
2016-01-08 14:27:21 +00:00 |
math_fun_bool.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
2014-07-05 06:14:29 +01:00 |
math_fun_int.py
|
tests/float: Add tests for math funcs that return ints.
|
2017-03-23 23:54:10 +11:00 |
math_fun_intbig.py
|
tests/float: Add tests for math funcs that return ints.
|
2017-03-23 23:54:10 +11:00 |
math_fun_special.py
|
tests: Fix math_fun_special test so it passes with single prec float.
|
2016-01-08 17:58:02 +00:00 |
string_format.py
|
float/string_format: Split large test in 2.
|
2016-02-13 17:18:55 +02:00 |
string_format2.py
|
float/string_format: Split large test in 2.
|
2016-02-13 17:18:55 +02:00 |
string_format_fp30.py
|
test/string_format_fp30: Variant of string_format for 30-bit stuffed float.
|
2016-03-06 06:10:40 +02:00 |
string_format_modulo.py
|
tests/float: Improve formatfloat.c test coverage using Python.
|
2017-01-05 12:31:05 +11:00 |
string_format_modulo2.py
|
tests/string_format_modulo2: Split off intbig test.
|
2017-03-07 00:13:36 +01:00 |
string_format_modulo2_intbig.py
|
tests/string_format_modulo2: Split off intbig test.
|
2017-03-07 00:13:36 +01:00 |
string_format_modulo3.py
|
tests/float: Improve formatfloat.c test coverage using Python.
|
2017-01-05 12:31:05 +11:00 |
string_format_modulo3.py.exp
|
tests/float: Improve formatfloat.c test coverage using Python.
|
2017-01-05 12:31:05 +11:00 |
true_value.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
2014-07-05 06:14:29 +01:00 |
types.py
|
tests: Split out those tests requiring float and import.
|
2014-04-17 16:21:43 +01:00 |