micropython/tests/float
Damien George d4c2bddd0c py: Raise TypeError when trying to format non-int with %x,%o,%X.
This behaviour follows Python 3.5 standard (in 3.4 it's a
DeprecationWarning which we'd rather make a TypeError).
2014-06-05 19:44:54 +01:00
..
builtin-float-minmax.py Fix the builtin min() and max() functions (and add tests). 2014-05-01 21:21:43 +01:00
float1.py tests: Split out those tests requiring float and import. 2014-04-17 16:21:43 +01:00
int-divzero.py tests: Split out those tests requiring float and import. 2014-04-17 16:21:43 +01:00
list-index.py tests: Split out those tests requiring float and import. 2014-04-17 16:21:43 +01:00
math-fun-bool.py tests: Split out those tests requiring float and import. 2014-04-17 16:21:43 +01:00
math-fun.py tests: Split out those tests requiring float and import. 2014-04-17 16:21:43 +01:00
modulo.py tests: Split out those tests requiring float and import. 2014-04-17 16:21:43 +01:00
string-format-modulo.py py: Raise TypeError when trying to format non-int with %x,%o,%X. 2014-06-05 19:44:54 +01:00
string-format.py tests: Split out those tests requiring float and import. 2014-04-17 16:21:43 +01:00
true-value.py tests: Split out those tests requiring float and import. 2014-04-17 16:21:43 +01:00
types.py tests: Split out those tests requiring float and import. 2014-04-17 16:21:43 +01:00