-
- Downloads
tests: Split out those tests requiring float and import.
Tests in basics (which should probably be renamed to core) should not rely on float, or import any non-built-in files. This way these tests can be run when those features are not available. All test in basics now pass on the pyboard using stmhal port, except for string-repr which has some issues with character hex printing.
Showing
- tests/README 4 additions, 0 deletionstests/README
- tests/basics/int-divzero.py 0 additions, 5 deletionstests/basics/int-divzero.py
- tests/basics/list1.py 0 additions, 5 deletionstests/basics/list1.py
- tests/basics/modulo.py 2 additions, 15 deletionstests/basics/modulo.py
- tests/basics/string-format-modulo.py 0 additions, 14 deletionstests/basics/string-format-modulo.py
- tests/basics/string-format.py 0 additions, 87 deletionstests/basics/string-format.py
- tests/basics/true-value.py 0 additions, 6 deletionstests/basics/true-value.py
- tests/basics/types1.py 0 additions, 6 deletionstests/basics/types1.py
- tests/basics/types2.py 3 additions, 1 deletiontests/basics/types2.py
- tests/float/float1.py 0 additions, 0 deletionstests/float/float1.py
- tests/float/int-divzero.py 4 additions, 0 deletionstests/float/int-divzero.py
- tests/float/list-index.py 8 additions, 0 deletionstests/float/list-index.py
- tests/float/math-fun-bool.py 0 additions, 0 deletionstests/float/math-fun-bool.py
- tests/float/math-fun.py 0 additions, 0 deletionstests/float/math-fun.py
- tests/float/modulo.py 14 additions, 0 deletionstests/float/modulo.py
- tests/float/string-format-modulo.py 16 additions, 0 deletionstests/float/string-format-modulo.py
- tests/float/string-format.py 123 additions, 0 deletionstests/float/string-format.py
- tests/float/true-value.py 7 additions, 0 deletionstests/float/true-value.py
- tests/float/types.py 17 additions, 0 deletionstests/float/types.py
- tests/import/import-pkg1.py 0 additions, 0 deletionstests/import/import-pkg1.py
Loading
Please register or sign in to comment