micropython/tests/float
Chris Angelico 7a6e09635a Remove tests that fail under CPython 3.5
See http://bugs.python.org/issue19995 for rationale. As micropython currently
aims for Python 3.3 compatibility I have not changed behaviour, but this
change allows the test suite to be run against a newer Python without having
spurious failures.
2014-06-05 22:34:11 +10: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 Remove tests that fail under CPython 3.5 2014-06-05 22:34:11 +10: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